#85E39A

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

Shades of Light Green #85E39A

Tints of Light Green #85E39A

Color information

#85E39A (or 0x85E39A) is unknown color: approx Light Green. HEX triplet: 85, E3 and 9A. RGB value is (133,227,154). Sum of RGB (Red+Green+Blue) = 133+227+154=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 227 (89.06% from 255 or 44.16% from 514); Blue value is 154 (60.55% from 255 or 29.96% from 514); Max value from RGB is 227 - color contains mainly: green. Hex color #85E39A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85E39A is #7A1C65. Grayscale: #BEBEBE. Windows color (decimal): -8002662 or 10150789. OLE color: 10150789.

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

Color convert

RGB133227154-
CMYK0.4100.320.11
HSL133.4º62.67%70.59%-
HSV(B)133.4º41.41%89.02%-
XYZ42.9762.2640.32-
YUV190.57107.3686.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.88%
GREEN value IS 227 (89.06% from 255) = 44.16%
BLUE value IS 154 (60.55% from 255) = 29.96%
R=25.88%
G=44.16%
B=29.96%

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
Decimal1332271540.4100.320.11133.462.6770.59
Hex85E39A29020B853f47
Octal205343232510401320577107
Binary10000101111000111001101010100101000001011100001011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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