#96DE5C

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

Shades of Conifer #96DE5C

Tints of Conifer #96DE5C

Color information

#96DE5C (or 0x96DE5C) is unknown color: approx Conifer. HEX triplet: 96, DE and 5C. RGB value is (150,222,92). Sum of RGB (Red+Green+Blue) = 150+222+92=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DE5C is #6921A3. Grayscale: #BABABA. Windows color (decimal): -6889892 or 6086294. OLE color: 6086294.

HSL color Cylindrical-coordinate representation of color #96DE5C: hue angle of 93.23º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96DE5C is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB15022292-
CMYK0.3200.590.13
HSL93.23º66.33%61.57%-
HSV(B)93.23º58.56%87.06%-
XYZ40.6359.519.47-
YUV185.6575.15102.57-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.33%
GREEN value IS 222 (87.11% from 255) = 47.84%
BLUE value IS 92 (36.33% from 255) = 19.83%
R=32.33%
G=47.84%
B=19.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150222920.3200.590.1393.2366.3361.57
Hex96DE5C2003BD5d423e
Octal226336134400731513510276
Binary100101101101111010111001000000111011110110111011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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