#85E58D

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

Shades of Light Green #85E58D

Tints of Light Green #85E58D

Color information

#85E58D (or 0x85E58D) is unknown color: approx Light Green. HEX triplet: 85, E5 and 8D. RGB value is (133,229,141). Sum of RGB (Red+Green+Blue) = 133+229+141=503 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.44% from 503); Green value is 229 (89.84% from 255 or 45.53% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 229 - color contains mainly: green. Hex color #85E58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E58D is #7A1A72. Grayscale: #BEBEBE. Windows color (decimal): -8002163 or 9299333. OLE color: 9299333.

HSL color Cylindrical-coordinate representation of color #85E58D: hue angle of 125º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E58D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB133229141-
CMYK0.4200.380.10
HSL125º64.86%70.98%-
HSV(B)125º41.92%89.8%-
XYZ42.562.9535.11-
YUV190.26100.287.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.44%
GREEN value IS 229 (89.84% from 255) = 45.53%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=26.44%
G=45.53%
B=28.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1332291410.4200.380.1012564.8670.98
Hex85E58D2A026A7d4147
Octal2053452155204612175101107
Binary10000101111001011000110110101001001101010111110110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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