#85E49B

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

Shades of Light Green #85E49B

Tints of Light Green #85E49B

Color information

#85E49B (or 0x85E49B) is unknown color: approx Light Green. HEX triplet: 85, E4 and 9B. RGB value is (133,228,155). Sum of RGB (Red+Green+Blue) = 133+228+155=516 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.78% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 155 (60.94% from 255 or 30.04% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #85E49B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E49B is #7A1B64. Grayscale: #BFBFBF. Windows color (decimal): -8002405 or 10216581. OLE color: 10216581.

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

Color convert

RGB133228155-
CMYK0.4200.320.11
HSL133.89º63.76%70.78%-
HSV(B)133.89º41.67%89.41%-
XYZ43.3362.8440.86-
YUV191.27107.5386.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.78%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 155 (60.94% from 255) = 30.04%
R=25.78%
G=44.19%
B=30.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332281550.4200.320.11133.8963.7670.78
Hex85E49B2A020B864047
Octal2053442335204013206100107
Binary100001011110010010011011101010010000010111000011010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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