#95D341

Color #95D341 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #95D341

Tints of Atlantis #95D341

Color information

#95D341 (or 0x95D341) is unknown color: approx Atlantis. HEX triplet: 95, D3 and 41. RGB value is (149,211,65). Sum of RGB (Red+Green+Blue) = 149+211+65=425 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.06% from 425); Green value is 211 (82.81% from 255 or 49.65% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 211 - color contains mainly: green. Hex color #95D341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95D341 is #6A2CBE. Grayscale: #B0B0B0. Windows color (decimal): -6958271 or 4314005. OLE color: 4314005.

HSL color Cylindrical-coordinate representation of color #95D341: hue angle of 85.48º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95D341 is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB14921165-
CMYK0.2900.690.17
HSL85.48º62.39%54.12%-
HSV(B)85.48º69.19%82.75%-
XYZ36.6453.3613.37-
YUV175.8265.46108.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 35.06%
GREEN value IS 211 (82.81% from 255) = 49.65%
BLUE value IS 65 (25.78% from 255) = 15.29%
R=35.06%
G=49.65%
B=15.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal149211650.2900.690.1785.4862.3954.12
Hex95D3411D04511553e36
Octal225323101350105211257666
Binary100101011101001110000011110101000101100011010101111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D341; }

 p { color: rgb(149,211,65); }

 H1.HeaderClassName
 {
   color: #95D341;
 }
 .AnyTagClassName
 {
   color: #95D341;
 }
</style>
background-color css

<style>
 a { background-color: #95D341; }

 a { background-color: rgb(149,211,65); }

 div.DivClassName
 {
   background-color: #95D341;
 }
 .BgClassName
 {
   background-color: #95D341;
 }
</style>
border-color css

<style>
 span { border-color: #95D341; }

 span { border-color: rgb(149,211,65); }

 td.TdClassName
 {
   border-color: #95D341;
 }
 .TagClassName
 {
   border-color: #95D341;
 }
</style>