#80DC11

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

Shades of Lawn Green #80DC11

Tints of Lawn Green #80DC11

Color information

#80DC11 (or 0x80DC11) is unknown color: approx Lawn Green. HEX triplet: 80, DC and 11. RGB value is (128,220,17). Sum of RGB (Red+Green+Blue) = 128+220+17=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 17 (7.03% from 255 or 4.66% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DC11 is #7F23EE. Grayscale: #AAAAAA. Windows color (decimal): -8332271 or 1170560. OLE color: 1170560.

HSL color Cylindrical-coordinate representation of color #80DC11: hue angle of 87.19º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80DC11 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB12822017-
CMYK0.4200.920.14
HSL87.19º85.65%46.47%-
HSV(B)87.19º92.27%86.27%-
XYZ34.655.829.48-
YUV169.3542.0298.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.07%
GREEN value IS 220 (86.33% from 255) = 60.27%
BLUE value IS 17 (7.03% from 255) = 4.66%
R=35.07%
G=60.27%
B=4.66%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal128220170.4200.920.1487.1985.6546.47
Hex80DC112A05CE57562e
Octal200334215201341612712656
Binary10000000110111001000110101001011100111010101111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80DC11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80DC11; }

 p { color: rgb(128,220,17); }

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

<style>
 a { background-color: #80DC11; }

 a { background-color: rgb(128,220,17); }

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

<style>
 span { border-color: #80DC11; }

 span { border-color: rgb(128,220,17); }

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