Shades of Lawn Green #80DA14
Tints of Lawn Green #80DA14
RGB
CMYK
RGB Variations
Color information
#80DA14 (or 0x80DA14) is known color: Lawn Green. HEX triplet: 80, DA and 14. RGB value is (128,218,20). Sum of RGB (Red+Green+Blue) = 128+218+20=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 218 (85.55% from 255 or 59.56% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 218 - color contains mainly: green. Hex color #80DA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DA14 is #7F25EB. Grayscale: #A9A9A9. Windows color (decimal): -8332780 or 1366656. OLE color: 1366656.
HSL color Cylindrical-coordinate representation of color #80DA14: hue angle of 87.27º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80DA14 is Cyan = 0.41, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 218 | 20 | - |
| CMYK | 0.41 | 0 | 0.91 | 0.15 |
| HSL | 87.27º | 0.83% | 0.47% | - |
| HSV(B) | 87.27º | 0.91% | 0.85% | - |
| XYZ | 34.1 | 54.78 | 9.44 | - |
| YUV | 168.52 | 44.18 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 218 | 20 | 0.41 | 0 | 0.91 | 0.15 | 87.27 | 0.83 | 0.47 |
| Hex | 80 | DA | 14 | 29 | 0 | 5B | F | 57 | 53 | 2F |
| Octal | 200 | 332 | 24 | 51 | 0 | 133 | 17 | 127 | 123 | 57 |
| Binary | 10000000 | 11011010 | 10100 | 101001 | 0 | 1011011 | 1111 | 1010111 | 1010011 | 101111 |
Color Harmonies of #80DA14
Complementary color
Monochromatic Colors of #80DA14
Black with #80DA14
Text Example
Text Example
White with #80DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DA14; }
p { color: rgb(128,218,20); }
H1.HeaderClassName
{
color: #80DA14;
}
.AnyTagClassName
{
color: #80DA14;
}
</style>
background-color css
<style>
a { background-color: #80DA14; }
a { background-color: rgb(128,218,20); }
div.DivClassName
{
background-color: #80DA14;
}
.BgClassName
{
background-color: #80DA14;
}
</style>
border-color css
<style>
span { border-color: #80DA14; }
span { border-color: rgb(128,218,20); }
td.TdClassName
{
border-color: #80DA14;
}
.TagClassName
{
border-color: #80DA14;
}
</style>