Shades of Lawn Green #80D610
Tints of Lawn Green #80D610
RGB
CMYK
RGB Variations
Color information
#80D610 (or 0x80D610) is known color: Lawn Green. HEX triplet: 80, D6 and 10. RGB value is (128,214,16). Sum of RGB (Red+Green+Blue) = 128+214+16=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 214 (83.98% from 255 or 59.78% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 214 - color contains mainly: green. Hex color #80D610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D610 is #7F29EF. Grayscale: #A6A6A6. Windows color (decimal): -8333808 or 1103488. OLE color: 1103488.
HSL color Cylindrical-coordinate representation of color #80D610: hue angle of 86.06º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80D610 is Cyan = 0.40, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 16 | - |
| CMYK | 0.40 | 0 | 0.93 | 0.16 |
| HSL | 86.06º | 0.86% | 0.45% | - |
| HSV(B) | 86.06º | 0.93% | 0.84% | - |
| XYZ | 33.04 | 52.72 | 8.92 | - |
| YUV | 165.71 | 43.51 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 16 | 0.40 | 0 | 0.93 | 0.16 | 86.06 | 0.86 | 0.45 |
| Hex | 80 | D6 | 10 | 28 | 0 | 5D | 10 | 56 | 56 | 2D |
| Octal | 200 | 326 | 20 | 50 | 0 | 135 | 20 | 126 | 126 | 55 |
| Binary | 10000000 | 11010110 | 10000 | 101000 | 0 | 1011101 | 10000 | 1010110 | 1010110 | 101101 |
Color Harmonies of #80D610
Complementary color
Monochromatic Colors of #80D610
Black with #80D610
Text Example
Text Example
White with #80D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D610; }
p { color: rgb(128,214,16); }
H1.HeaderClassName
{
color: #80D610;
}
.AnyTagClassName
{
color: #80D610;
}
</style>
background-color css
<style>
a { background-color: #80D610; }
a { background-color: rgb(128,214,16); }
div.DivClassName
{
background-color: #80D610;
}
.BgClassName
{
background-color: #80D610;
}
</style>
border-color css
<style>
span { border-color: #80D610; }
span { border-color: rgb(128,214,16); }
td.TdClassName
{
border-color: #80D610;
}
.TagClassName
{
border-color: #80D610;
}
</style>