#85EE8D

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

Shades of Light Green #85EE8D

Tints of Light Green #85EE8D

Color information

#85EE8D (or 0x85EE8D) is unknown color: approx Light Green. HEX triplet: 85, EE and 8D. RGB value is (133,238,141). Sum of RGB (Red+Green+Blue) = 133+238+141=512 (67% of max value = 765). Red value is 133 (52.34% from 255 or 25.98% from 512); Green value is 238 (93.36% from 255 or 46.48% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 238 - color contains mainly: green. Hex color #85EE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85EE8D is #7A1172. Grayscale: #C3C3C3. Windows color (decimal): -7999859 or 9301637. OLE color: 9301637.

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

Color convert

RGB133238141-
CMYK0.4400.410.07
HSL124.57º75.54%72.75%-
HSV(B)124.57º44.12%93.33%-
XYZ45.0668.0635.96-
YUV195.5597.2183.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.98%
GREEN value IS 238 (93.36% from 255) = 46.48%
BLUE value IS 141 (55.47% from 255) = 27.54%
R=25.98%
G=46.48%
B=27.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1332381410.4400.410.07124.5775.5472.75
Hex85EE8D2C02977d4c49
Octal205356215540517175114111
Binary1000010111101110100011011011000101001111111110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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