#85E813

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

Shades of Lawn Green #85E813

Tints of Lawn Green #85E813

Color information

#85E813 (or 0x85E813) is unknown color: approx Lawn Green. HEX triplet: 85, E8 and 13. RGB value is (133,232,19). Sum of RGB (Red+Green+Blue) = 133+232+19=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 232 (91.02% from 255 or 60.42% from 384); Blue value is 19 (7.81% from 255 or 4.95% from 384); Max value from RGB is 232 - color contains mainly: green. Hex color #85E813 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #85E813 is #7A17EC. Grayscale: #B2B2B2. Windows color (decimal): -8001517 or 1304709. OLE color: 1304709.

HSL color Cylindrical-coordinate representation of color #85E813: hue angle of 87.89º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #85E813 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.09.

Color convert

RGB13323219-
CMYK0.4300.920.09
HSL87.89º84.86%49.22%-
HSV(B)87.89º91.81%90.98%-
XYZ38.6562.7510.69-
YUV178.1238.295.82-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.64%
GREEN value IS 232 (91.02% from 255) = 60.42%
BLUE value IS 19 (7.81% from 255) = 4.95%
R=34.64%
G=60.42%
B=4.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133232190.4300.920.0987.8984.8649.22
Hex85E8132B05C9585531
Octal205350235301341113012561
Binary10000101111010001001110101101011100100110110001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,232,19); }

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

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

 a { background-color: rgb(133,232,19); }

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

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

 span { border-color: rgb(133,232,19); }

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