#85E20C

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

Shades of Lawn Green #85E20C

Tints of Lawn Green #85E20C

Color information

#85E20C (or 0x85E20C) is unknown color: approx Lawn Green. HEX triplet: 85, E2 and 0C. RGB value is (133,226,12). Sum of RGB (Red+Green+Blue) = 133+226+12=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #85E20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E20C is #7A1DF3. Grayscale: #AEAEAE. Windows color (decimal): -8003060 or 844421. OLE color: 844421.

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

Color convert

RGB13322612-
CMYK0.4100.950.11
HSL86.07º89.92%46.67%-
HSV(B)86.07º94.69%88.63%-
XYZ36.9459.419.87-
YUV173.836.6998.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.85%
GREEN value IS 226 (88.67% from 255) = 60.92%
BLUE value IS 12 (5.08% from 255) = 3.23%
R=35.85%
G=60.92%
B=3.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133226120.4100.950.1186.0789.9246.67
Hex85E2C2905FB565a2f
Octal205342145101371312613257
Binary1000010111100010110010100101011111101110101101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,226,12); }

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

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

 a { background-color: rgb(133,226,12); }

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

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

 span { border-color: rgb(133,226,12); }

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