#85E39B

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

Shades of Light Green #85E39B

Tints of Light Green #85E39B

Color information

#85E39B (or 0x85E39B) is unknown color: approx Light Green. HEX triplet: 85, E3 and 9B. RGB value is (133,227,155). Sum of RGB (Red+Green+Blue) = 133+227+155=515 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.83% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 155 (60.94% from 255 or 30.10% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #85E39B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E39B is #7A1C64. Grayscale: #BEBEBE. Windows color (decimal): -8002661 or 10216325. OLE color: 10216325.

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

Color convert

RGB133227155-
CMYK0.4100.320.11
HSL134.04º62.67%70.59%-
HSV(B)134.04º41.41%89.02%-
XYZ43.0662.2940.76-
YUV190.69107.8686.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.83%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 155 (60.94% from 255) = 30.10%
R=25.83%
G=44.08%
B=30.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1332271550.4100.320.11134.0462.6770.59
Hex85E39B29020B863f47
Octal205343233510401320677107
Binary10000101111000111001101110100101000001011100001101111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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