#85E492

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

Shades of Light Green #85E492

Tints of Light Green #85E492

Color information

#85E492 (or 0x85E492) is unknown color: approx Light Green. HEX triplet: 85, E4 and 92. RGB value is (133,228,146). Sum of RGB (Red+Green+Blue) = 133+228+146=507 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.23% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 146 (57.42% from 255 or 28.80% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #85E492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E492 is #7A1B6D. Grayscale: #BEBEBE. Windows color (decimal): -8002414 or 9626757. OLE color: 9626757.

HSL color Cylindrical-coordinate representation of color #85E492: hue angle of 128.21º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85E492 is Cyan = 0.42, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.11.

Color convert

RGB133228146-
CMYK0.4200.360.11
HSL128.21º63.76%70.78%-
HSV(B)128.21º41.67%89.41%-
XYZ42.662.5537.02-
YUV190.25103.0387.17-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.23%
GREEN value IS 228 (89.45% from 255) = 44.97%
BLUE value IS 146 (57.42% from 255) = 28.80%
R=26.23%
G=44.97%
B=28.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281460.4200.360.11128.2163.7670.78
Hex85E4922A024B804047
Octal2053442225204413200100107
Binary100001011110010010010010101010010010010111000000010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,228,146); }

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

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

 a { background-color: rgb(133,228,146); }

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

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

 span { border-color: rgb(133,228,146); }

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