#85e411

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

Shades of Lawn Green #85E411

Tints of Lawn Green #85E411

Color information

#85E411 (or 0x85E411) is unknown color: approx Lawn Green. HEX triplet: 85, E4 and 11. RGB value is (133,228,17). Sum of RGB (Red+Green+Blue) = 133+228+17=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 228 (89.45% from 255 or 60.32% from 378); Blue value is 17 (7.03% from 255 or 4.50% from 378); Max value from RGB is 228 - color contains mainly: green. Hex color #85E411 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #85E411 is #7A1BEE. Grayscale: #B0B0B0. Windows color (decimal): -8002543 or 1172613. OLE color: 1172613.

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

Color convert

RGB13322817-
CMYK0.4200.930.11
HSL87.01º86.12%48.04%-
HSV(B)87.01º92.54%89.41%-
XYZ37.5260.5110.23-
YUV175.5438.5397.66-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.19%
GREEN value IS 228 (89.45% from 255) = 60.32%
BLUE value IS 17 (7.03% from 255) = 4.50%
R=35.19%
G=60.32%
B=4.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133228170.4200.930.1187.0186.1248.04
Hex85E4112A05DB575630
Octal205344215201351312712660
Binary10000101111001001000110101001011101101110101111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85e411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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