Shades of Lawn Green #80DC0D
Tints of Lawn Green #80DC0D
RGB
CMYK
RGB Variations
Color information
#80DC0D (or 0x80DC0D) is known color: Lawn Green. HEX triplet: 80, DC and 0D. RGB value is (128,220,13). Sum of RGB (Red+Green+Blue) = 128+220+13=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #80DC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DC0D is #7F23F2. Grayscale: #A9A9A9. Windows color (decimal): -8332275 or 908416. OLE color: 908416.
HSL color Cylindrical-coordinate representation of color #80DC0D: hue angle of 86.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80DC0D is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 220 | 13 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.14 |
| HSL | 86.67º | 0.89% | 0.46% | - |
| HSV(B) | 86.67º | 0.94% | 0.86% | - |
| XYZ | 34.57 | 55.8 | 9.33 | - |
| YUV | 168.89 | 40.02 | 98.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 220 | 13 | 0.42 | 0 | 0.94 | 0.14 | 86.67 | 0.89 | 0.46 |
| Hex | 80 | DC | D | 2A | 0 | 5E | E | 57 | 59 | 2E |
| Octal | 200 | 334 | 15 | 52 | 0 | 136 | 16 | 127 | 131 | 56 |
| Binary | 10000000 | 11011100 | 1101 | 101010 | 0 | 1011110 | 1110 | 1010111 | 1011001 | 101110 |
Color Harmonies of #80DC0D
Complementary color
Monochromatic Colors of #80DC0D
Black with #80DC0D
Text Example
Text Example
White with #80DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DC0D; }
p { color: rgb(128,220,13); }
H1.HeaderClassName
{
color: #80DC0D;
}
.AnyTagClassName
{
color: #80DC0D;
}
</style>
background-color css
<style>
a { background-color: #80DC0D; }
a { background-color: rgb(128,220,13); }
div.DivClassName
{
background-color: #80DC0D;
}
.BgClassName
{
background-color: #80DC0D;
}
</style>
border-color css
<style>
span { border-color: #80DC0D; }
span { border-color: rgb(128,220,13); }
td.TdClassName
{
border-color: #80DC0D;
}
.TagClassName
{
border-color: #80DC0D;
}
</style>