Shades of Lawn Green #80D504
Tints of Lawn Green #80D504
RGB
CMYK
RGB Variations
Color information
#80D504 (or 0x80D504) is known color: Lawn Green. HEX triplet: 80, D5 and 04. RGB value is (128,213,4). Sum of RGB (Red+Green+Blue) = 128+213+4=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 213 (83.59% from 255 or 61.74% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 213 - color contains mainly: green. Hex color #80D504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D504 is #7F2AFB. Grayscale: #A4A4A4. Windows color (decimal): -8334076 or 316800. OLE color: 316800.
HSL color Cylindrical-coordinate representation of color #80D504: hue angle of 84.4º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80D504 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 4 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.16 |
| HSL | 84.4º | 0.96% | 0.43% | - |
| HSV(B) | 84.4º | 0.98% | 0.84% | - |
| XYZ | 32.72 | 52.19 | 8.46 | - |
| YUV | 163.76 | 37.84 | 102.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 4 | 0.40 | 0 | 0.98 | 0.16 | 84.4 | 0.96 | 0.43 |
| Hex | 80 | D5 | 4 | 28 | 0 | 62 | 10 | 54 | 60 | 2B |
| Octal | 200 | 325 | 4 | 50 | 0 | 142 | 20 | 124 | 140 | 53 |
| Binary | 10000000 | 11010101 | 100 | 101000 | 0 | 1100010 | 10000 | 1010100 | 1100000 | 101011 |
Color Harmonies of #80D504
Complementary color
Monochromatic Colors of #80D504
Black with #80D504
Text Example
Text Example
White with #80D504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D504; }
p { color: rgb(128,213,4); }
H1.HeaderClassName
{
color: #80D504;
}
.AnyTagClassName
{
color: #80D504;
}
</style>
background-color css
<style>
a { background-color: #80D504; }
a { background-color: rgb(128,213,4); }
div.DivClassName
{
background-color: #80D504;
}
.BgClassName
{
background-color: #80D504;
}
</style>
border-color css
<style>
span { border-color: #80D504; }
span { border-color: rgb(128,213,4); }
td.TdClassName
{
border-color: #80D504;
}
.TagClassName
{
border-color: #80D504;
}
</style>