#85ed96

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

Shades of Light Green #85ED96

Tints of Light Green #85ED96

Color information

#85ED96 (or 0x85ED96) is unknown color: approx Light Green. HEX triplet: 85, ED and 96. RGB value is (133,237,150). Sum of RGB (Red+Green+Blue) = 133+237+150=520 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.58% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 150 (58.98% from 255 or 28.85% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85ED96 is #7A1269. Grayscale: #C4C4C4. Windows color (decimal): -8000106 or 9891205. OLE color: 9891205.

HSL color Cylindrical-coordinate representation of color #85ED96: hue angle of 129.81º degrees, saturation: 0.74, 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 #85ED96 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB133237150-
CMYK0.4400.370.07
HSL129.81º74.29%72.55%-
HSV(B)129.81º43.88%92.94%-
XYZ45.4667.7639.54-
YUV195.99102.0483.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.58%
GREEN value IS 237 (92.97% from 255) = 45.58%
BLUE value IS 150 (58.98% from 255) = 28.85%
R=25.58%
G=45.58%
B=28.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332371500.4400.370.07129.8174.2972.55
Hex85ED962C0257824a49
Octal205355226540457202112111
Binary10000101111011011001011010110001001011111000001010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ed96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85ed96; }

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

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

<style>
 a { background-color: #85ed96; }

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

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

<style>
 span { border-color: #85ed96; }

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

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