#85e20f

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

Shades of Lawn Green #85E20F

Tints of Lawn Green #85E20F

Color information

#85E20F (or 0x85E20F) is unknown color: approx Lawn Green. HEX triplet: 85, E2 and 0F. RGB value is (133,226,15). Sum of RGB (Red+Green+Blue) = 133+226+15=374 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.56% from 374); Green value is 226 (88.67% from 255 or 60.43% from 374); Blue value is 15 (6.25% from 255 or 4.01% from 374); Max value from RGB is 226 - color contains mainly: green. Hex color #85E20F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E20F is #7A1DF0. Grayscale: #AEAEAE. Windows color (decimal): -8003057 or 1041029. OLE color: 1041029.

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

Color convert

RGB13322615-
CMYK0.4100.930.11
HSL86.45º87.55%47.25%-
HSV(B)86.45º93.36%88.63%-
XYZ36.9659.419.97-
YUV174.1438.1998.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.56%
GREEN value IS 226 (88.67% from 255) = 60.43%
BLUE value IS 15 (6.25% from 255) = 4.01%
R=35.56%
G=60.43%
B=4.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133226150.4100.930.1186.4587.5547.25
Hex85E2F2905DB56582f
Octal205342175101351312613057
Binary1000010111100010111110100101011101101110101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85e20f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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