Shades of Lawn Green #80D205
Tints of Lawn Green #80D205
RGB
CMYK
RGB Variations
Color information
#80D205 (or 0x80D205) is known color: Lawn Green. HEX triplet: 80, D2 and 05. RGB value is (128,210,5). Sum of RGB (Red+Green+Blue) = 128+210+5=343 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.32% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #80D205 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D205 is #7F2DFA. Grayscale: #A2A2A2. Windows color (decimal): -8334843 or 381568. OLE color: 381568.
HSL color Cylindrical-coordinate representation of color #80D205: hue angle of 84º degrees, saturation: 0.95, 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 #80D205 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 5 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.18 |
| HSL | 84º | 0.95% | 0.42% | - |
| HSV(B) | 84º | 0.98% | 0.82% | - |
| XYZ | 31.98 | 50.69 | 8.24 | - |
| YUV | 162.11 | 39.33 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 5 | 0.39 | 0 | 0.98 | 0.18 | 84 | 0.95 | 0.42 |
| Hex | 80 | D2 | 5 | 27 | 0 | 62 | 12 | 54 | 5F | 2A |
| Octal | 200 | 322 | 5 | 47 | 0 | 142 | 22 | 124 | 137 | 52 |
| Binary | 10000000 | 11010010 | 101 | 100111 | 0 | 1100010 | 10010 | 1010100 | 1011111 | 101010 |
Color Harmonies of #80D205
Complementary color
Monochromatic Colors of #80D205
Black with #80D205
Text Example
Text Example
White with #80D205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D205; }
p { color: rgb(128,210,5); }
H1.HeaderClassName
{
color: #80D205;
}
.AnyTagClassName
{
color: #80D205;
}
</style>
background-color css
<style>
a { background-color: #80D205; }
a { background-color: rgb(128,210,5); }
div.DivClassName
{
background-color: #80D205;
}
.BgClassName
{
background-color: #80D205;
}
</style>
border-color css
<style>
span { border-color: #80D205; }
span { border-color: rgb(128,210,5); }
td.TdClassName
{
border-color: #80D205;
}
.TagClassName
{
border-color: #80D205;
}
</style>