#96F387

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

Shades of Light Green #96F387

Tints of Light Green #96F387

Color information

#96F387 (or 0x96F387) is unknown color: approx Light Green. HEX triplet: 96, F3 and 87. RGB value is (150,243,135). Sum of RGB (Red+Green+Blue) = 150+243+135=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 135 (53.12% from 255 or 25.57% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #96F387 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F387 is #690C78. Grayscale: #CBCBCB. Windows color (decimal): -6884473 or 8909718. OLE color: 8909718.

HSL color Cylindrical-coordinate representation of color #96F387: hue angle of 111.67º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96F387 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB150243135-
CMYK0.3800.440.05
HSL111.67º81.82%74.12%-
HSV(B)111.67º44.44%95.29%-
XYZ4972.3334.3-
YUV202.8889.6990.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.41%
GREEN value IS 243 (95.31% from 255) = 46.02%
BLUE value IS 135 (53.12% from 255) = 25.57%
R=28.41%
G=46.02%
B=25.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502431350.3800.440.05111.6781.8274.12
Hex96F3872602C570524a
Octal226363207460545160122112
Binary1001011011110011100001111001100101100101111000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,243,135); }

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

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

 a { background-color: rgb(150,243,135); }

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

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

 span { border-color: rgb(150,243,135); }

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