Shades of Lawn Green #80D004
Tints of Lawn Green #80D004
RGB
CMYK
RGB Variations
Color information
#80D004 (or 0x80D004) is known color: Lawn Green. HEX triplet: 80, D0 and 04. RGB value is (128,208,4). Sum of RGB (Red+Green+Blue) = 128+208+4=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #80D004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D004 is #7F2FFB. Grayscale: #A1A1A1. Windows color (decimal): -8335356 or 315520. OLE color: 315520.
HSL color Cylindrical-coordinate representation of color #80D004: hue angle of 83.53º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80D004 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.18 |
| HSL | 83.53º | 0.96% | 0.42% | - |
| HSV(B) | 83.53º | 0.98% | 0.82% | - |
| XYZ | 31.48 | 49.71 | 8.05 | - |
| YUV | 160.82 | 39.5 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 4 | 0.38 | 0 | 0.98 | 0.18 | 83.53 | 0.96 | 0.42 |
| Hex | 80 | D0 | 4 | 26 | 0 | 62 | 12 | 54 | 60 | 2A |
| Octal | 200 | 320 | 4 | 46 | 0 | 142 | 22 | 124 | 140 | 52 |
| Binary | 10000000 | 11010000 | 100 | 100110 | 0 | 1100010 | 10010 | 1010100 | 1100000 | 101010 |
Color Harmonies of #80D004
Complementary color
Monochromatic Colors of #80D004
Black with #80D004
Text Example
Text Example
White with #80D004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D004; }
p { color: rgb(128,208,4); }
H1.HeaderClassName
{
color: #80D004;
}
.AnyTagClassName
{
color: #80D004;
}
</style>
background-color css
<style>
a { background-color: #80D004; }
a { background-color: rgb(128,208,4); }
div.DivClassName
{
background-color: #80D004;
}
.BgClassName
{
background-color: #80D004;
}
</style>
border-color css
<style>
span { border-color: #80D004; }
span { border-color: rgb(128,208,4); }
td.TdClassName
{
border-color: #80D004;
}
.TagClassName
{
border-color: #80D004;
}
</style>