#85E48A

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

Shades of Light Green #85E48A

Tints of Light Green #85E48A

Color information

#85E48A (or 0x85E48A) is unknown color: approx Light Green. HEX triplet: 85, E4 and 8A. RGB value is (133,228,138). Sum of RGB (Red+Green+Blue) = 133+228+138=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 228 (89.45% from 255 or 45.69% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 228 - color contains mainly: green. Hex color #85E48A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E48A is #7A1B75. Grayscale: #BDBDBD. Windows color (decimal): -8002422 or 9102469. OLE color: 9102469.

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

Color convert

RGB133228138-
CMYK0.4200.390.11
HSL123.16º63.76%70.78%-
HSV(B)123.16º41.67%89.41%-
XYZ4262.3133.86-
YUV189.3399.0387.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.65%
GREEN value IS 228 (89.45% from 255) = 45.69%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=26.65%
G=45.69%
B=27.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281380.4200.390.11123.1663.7670.78
Hex85E48A2A027B7b4047
Octal2053442125204713173100107
Binary10000101111001001000101010101001001111011111101110000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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