#85E58E

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

Shades of Light Green #85E58E

Tints of Light Green #85E58E

Color information

#85E58E (or 0x85E58E) is unknown color: approx Light Green. HEX triplet: 85, E5 and 8E. RGB value is (133,229,142). Sum of RGB (Red+Green+Blue) = 133+229+142=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 229 (89.84% from 255 or 45.44% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 229 - color contains mainly: green. Hex color #85E58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E58E is #7A1A71. Grayscale: #BEBEBE. Windows color (decimal): -8002162 or 9364869. OLE color: 9364869.

HSL color Cylindrical-coordinate representation of color #85E58E: hue angle of 125.62º 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 #85E58E is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB133229142-
CMYK0.4200.380.10
HSL125.62º64.86%70.98%-
HSV(B)125.62º41.92%89.8%-
XYZ42.5762.9835.5-
YUV190.38100.787.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.39%
GREEN value IS 229 (89.84% from 255) = 45.44%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=26.39%
G=45.44%
B=28.17%

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
Decimal1332291420.4200.380.10125.6264.8670.98
Hex85E58E2A026A7e4147
Octal2053452165204612176101107
Binary10000101111001011000111010101001001101010111111010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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