#96EE85

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

Shades of Light Green #96EE85

Tints of Light Green #96EE85

Color information

#96EE85 (or 0x96EE85) is unknown color: approx Light Green. HEX triplet: 96, EE and 85. RGB value is (150,238,133). Sum of RGB (Red+Green+Blue) = 150+238+133=521 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.79% from 521); Green value is 238 (93.36% from 255 or 45.68% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EE85 is #69117A. Grayscale: #C8C8C8. Windows color (decimal): -6885755 or 8777366. OLE color: 8777366.

HSL color Cylindrical-coordinate representation of color #96EE85: hue angle of 110.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96EE85 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB150238133-
CMYK0.3700.440.07
HSL110.29º75.54%72.75%-
HSV(B)110.29º44.12%93.33%-
XYZ47.3969.3333.07-
YUV199.7290.3592.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.79%
GREEN value IS 238 (93.36% from 255) = 45.68%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=28.79%
G=45.68%
B=25.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502381330.3700.440.07110.2975.5472.75
Hex96EE852502C76e4c49
Octal226356205450547156114111
Binary1001011011101110100001011001010101100111110111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,238,133); }

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

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

 a { background-color: rgb(150,238,133); }

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

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

 span { border-color: rgb(150,238,133); }

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