Shades of Lawn Green #80D204
Tints of Lawn Green #80D204
RGB
CMYK
RGB Variations
Color information
#80D204 (or 0x80D204) is known color: Lawn Green. HEX triplet: 80, D2 and 04. RGB value is (128,210,4). Sum of RGB (Red+Green+Blue) = 128+210+4=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 4 (1.95% from 255 or 1.17% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #80D204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D204 is #7F2DFB. Grayscale: #A2A2A2. Windows color (decimal): -8334844 or 316032. OLE color: 316032.
HSL color Cylindrical-coordinate representation of color #80D204: hue angle of 83.88º 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 #80D204 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.18 |
| HSL | 83.88º | 0.96% | 0.42% | - |
| HSV(B) | 83.88º | 0.98% | 0.82% | - |
| XYZ | 31.97 | 50.69 | 8.21 | - |
| YUV | 162 | 38.83 | 103.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 4 | 0.39 | 0 | 0.98 | 0.18 | 83.88 | 0.96 | 0.42 |
| Hex | 80 | D2 | 4 | 27 | 0 | 62 | 12 | 54 | 60 | 2A |
| Octal | 200 | 322 | 4 | 47 | 0 | 142 | 22 | 124 | 140 | 52 |
| Binary | 10000000 | 11010010 | 100 | 100111 | 0 | 1100010 | 10010 | 1010100 | 1100000 | 101010 |
Color Harmonies of #80D204
Complementary color
Monochromatic Colors of #80D204
Black with #80D204
Text Example
Text Example
White with #80D204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D204; }
p { color: rgb(128,210,4); }
H1.HeaderClassName
{
color: #80D204;
}
.AnyTagClassName
{
color: #80D204;
}
</style>
background-color css
<style>
a { background-color: #80D204; }
a { background-color: rgb(128,210,4); }
div.DivClassName
{
background-color: #80D204;
}
.BgClassName
{
background-color: #80D204;
}
</style>
border-color css
<style>
span { border-color: #80D204; }
span { border-color: rgb(128,210,4); }
td.TdClassName
{
border-color: #80D204;
}
.TagClassName
{
border-color: #80D204;
}
</style>