Shades of Lawn Green #80D206
Tints of Lawn Green #80D206
RGB
CMYK
RGB Variations
Color information
#80D206 (or 0x80D206) is known color: Lawn Green. HEX triplet: 80, D2 and 06. RGB value is (128,210,6). Sum of RGB (Red+Green+Blue) = 128+210+6=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 210 (82.42% from 255 or 61.05% from 344); Blue value is 6 (2.73% from 255 or 1.74% from 344); Max value from RGB is 210 - color contains mainly: green. Hex color #80D206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D206 is #7F2DF9. Grayscale: #A2A2A2. Windows color (decimal): -8334842 or 447104. OLE color: 447104.
HSL color Cylindrical-coordinate representation of color #80D206: hue angle of 84.12º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80D206 is Cyan = 0.39, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 6 | - |
| CMYK | 0.39 | 0 | 0.97 | 0.18 |
| HSL | 84.12º | 0.94% | 0.42% | - |
| HSV(B) | 84.12º | 0.97% | 0.82% | - |
| XYZ | 31.98 | 50.7 | 8.27 | - |
| YUV | 162.23 | 39.83 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 6 | 0.39 | 0 | 0.97 | 0.18 | 84.12 | 0.94 | 0.42 |
| Hex | 80 | D2 | 6 | 27 | 0 | 61 | 12 | 54 | 5E | 2A |
| Octal | 200 | 322 | 6 | 47 | 0 | 141 | 22 | 124 | 136 | 52 |
| Binary | 10000000 | 11010010 | 110 | 100111 | 0 | 1100001 | 10010 | 1010100 | 1011110 | 101010 |
Color Harmonies of #80D206
Complementary color
Monochromatic Colors of #80D206
Black with #80D206
Text Example
Text Example
White with #80D206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D206; }
p { color: rgb(128,210,6); }
H1.HeaderClassName
{
color: #80D206;
}
.AnyTagClassName
{
color: #80D206;
}
</style>
background-color css
<style>
a { background-color: #80D206; }
a { background-color: rgb(128,210,6); }
div.DivClassName
{
background-color: #80D206;
}
.BgClassName
{
background-color: #80D206;
}
</style>
border-color css
<style>
span { border-color: #80D206; }
span { border-color: rgb(128,210,6); }
td.TdClassName
{
border-color: #80D206;
}
.TagClassName
{
border-color: #80D206;
}
</style>