Shades of Lawn Green #80D60A
Tints of Lawn Green #80D60A
RGB
CMYK
RGB Variations
Color information
#80D60A (or 0x80D60A) is known color: Lawn Green. HEX triplet: 80, D6 and 0A. RGB value is (128,214,10). Sum of RGB (Red+Green+Blue) = 128+214+10=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #80D60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D60A is #7F29F5. Grayscale: #A5A5A5. Windows color (decimal): -8333814 or 710272. OLE color: 710272.
HSL color Cylindrical-coordinate representation of color #80D60A: hue angle of 85.29º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80D60A is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 10 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.16 |
| HSL | 85.29º | 0.91% | 0.44% | - |
| HSV(B) | 85.29º | 0.95% | 0.84% | - |
| XYZ | 33 | 52.7 | 8.72 | - |
| YUV | 165.03 | 40.51 | 101.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 10 | 0.40 | 0 | 0.95 | 0.16 | 85.29 | 0.91 | 0.44 |
| Hex | 80 | D6 | A | 28 | 0 | 5F | 10 | 55 | 5B | 2C |
| Octal | 200 | 326 | 12 | 50 | 0 | 137 | 20 | 125 | 133 | 54 |
| Binary | 10000000 | 11010110 | 1010 | 101000 | 0 | 1011111 | 10000 | 1010101 | 1011011 | 101100 |
Color Harmonies of #80D60A
Complementary color
Monochromatic Colors of #80D60A
Black with #80D60A
Text Example
Text Example
White with #80D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D60A; }
p { color: rgb(128,214,10); }
H1.HeaderClassName
{
color: #80D60A;
}
.AnyTagClassName
{
color: #80D60A;
}
</style>
background-color css
<style>
a { background-color: #80D60A; }
a { background-color: rgb(128,214,10); }
div.DivClassName
{
background-color: #80D60A;
}
.BgClassName
{
background-color: #80D60A;
}
</style>
border-color css
<style>
span { border-color: #80D60A; }
span { border-color: rgb(128,214,10); }
td.TdClassName
{
border-color: #80D60A;
}
.TagClassName
{
border-color: #80D60A;
}
</style>