Shades of Lawn Green #80D604
Tints of Lawn Green #80D604
RGB
CMYK
RGB Variations
Color information
#80D604 (or 0x80D604) is known color: Lawn Green. HEX triplet: 80, D6 and 04. RGB value is (128,214,4). Sum of RGB (Red+Green+Blue) = 128+214+4=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #80D604 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D604 is #7F29FB. Grayscale: #A5A5A5. Windows color (decimal): -8333820 or 317056. OLE color: 317056.
HSL color Cylindrical-coordinate representation of color #80D604: hue angle of 84.57º 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 #80D604 is Cyan = 0.40, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 4 | - |
| CMYK | 0.40 | 0 | 0.98 | 0.16 |
| HSL | 84.57º | 0.96% | 0.43% | - |
| HSV(B) | 84.57º | 0.98% | 0.84% | - |
| XYZ | 32.97 | 52.69 | 8.55 | - |
| YUV | 164.35 | 37.51 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 4 | 0.40 | 0 | 0.98 | 0.16 | 84.57 | 0.96 | 0.43 |
| Hex | 80 | D6 | 4 | 28 | 0 | 62 | 10 | 55 | 60 | 2B |
| Octal | 200 | 326 | 4 | 50 | 0 | 142 | 20 | 125 | 140 | 53 |
| Binary | 10000000 | 11010110 | 100 | 101000 | 0 | 1100010 | 10000 | 1010101 | 1100000 | 101011 |
Color Harmonies of #80D604
Complementary color
Monochromatic Colors of #80D604
Black with #80D604
Text Example
Text Example
White with #80D604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D604; }
p { color: rgb(128,214,4); }
H1.HeaderClassName
{
color: #80D604;
}
.AnyTagClassName
{
color: #80D604;
}
</style>
background-color css
<style>
a { background-color: #80D604; }
a { background-color: rgb(128,214,4); }
div.DivClassName
{
background-color: #80D604;
}
.BgClassName
{
background-color: #80D604;
}
</style>
border-color css
<style>
span { border-color: #80D604; }
span { border-color: rgb(128,214,4); }
td.TdClassName
{
border-color: #80D604;
}
.TagClassName
{
border-color: #80D604;
}
</style>