#96DE59

Color #96DE59 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #96DE59

Tints of Conifer #96DE59

Color information

#96DE59 (or 0x96DE59) is unknown color: approx Conifer. HEX triplet: 96, DE and 59. RGB value is (150,222,89). Sum of RGB (Red+Green+Blue) = 150+222+89=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 222 (87.11% from 255 or 48.16% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DE59 is #6921A6. Grayscale: #B9B9B9. Windows color (decimal): -6889895 or 5889686. OLE color: 5889686.

HSL color Cylindrical-coordinate representation of color #96DE59: hue angle of 92.48º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96DE59 is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB15022289-
CMYK0.3200.600.13
HSL92.48º66.83%60.98%-
HSV(B)92.48º59.91%87.06%-
XYZ40.559.4518.79-
YUV185.3173.65102.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 222 (87.11% from 255) = 48.16%
BLUE value IS 89 (35.16% from 255) = 19.31%
R=32.54%
G=48.16%
B=19.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150222890.3200.600.1392.4866.8360.98
Hex96DE592003CD5c433d
Octal226336131400741513410375
Binary100101101101111010110011000000111100110110111001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96DE59; }

 p { color: rgb(150,222,89); }

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

<style>
 a { background-color: #96DE59; }

 a { background-color: rgb(150,222,89); }

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

<style>
 span { border-color: #96DE59; }

 span { border-color: rgb(150,222,89); }

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