Shades of Lawn Green #80D602
Tints of Lawn Green #80D602
RGB
CMYK
RGB Variations
Color information
#80D602 (or 0x80D602) is known color: Lawn Green. HEX triplet: 80, D6 and 02. RGB value is (128,214,2). Sum of RGB (Red+Green+Blue) = 128+214+2=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #80D602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D602 is #7F29FD. Grayscale: #A4A4A4. Windows color (decimal): -8333822 or 185984. OLE color: 185984.
HSL color Cylindrical-coordinate representation of color #80D602: hue angle of 84.34º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80D602 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 2 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.16 |
| HSL | 84.34º | 0.98% | 0.42% | - |
| HSV(B) | 84.34º | 0.99% | 0.84% | - |
| XYZ | 32.96 | 52.69 | 8.49 | - |
| YUV | 164.12 | 36.51 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 2 | 0.40 | 0 | 0.99 | 0.16 | 84.34 | 0.98 | 0.42 |
| Hex | 80 | D6 | 2 | 28 | 0 | 63 | 10 | 54 | 62 | 2A |
| Octal | 200 | 326 | 2 | 50 | 0 | 143 | 20 | 124 | 142 | 52 |
| Binary | 10000000 | 11010110 | 10 | 101000 | 0 | 1100011 | 10000 | 1010100 | 1100010 | 101010 |
Color Harmonies of #80D602
Complementary color
Monochromatic Colors of #80D602
Black with #80D602
Text Example
Text Example
White with #80D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D602; }
p { color: rgb(128,214,2); }
H1.HeaderClassName
{
color: #80D602;
}
.AnyTagClassName
{
color: #80D602;
}
</style>
background-color css
<style>
a { background-color: #80D602; }
a { background-color: rgb(128,214,2); }
div.DivClassName
{
background-color: #80D602;
}
.BgClassName
{
background-color: #80D602;
}
</style>
border-color css
<style>
span { border-color: #80D602; }
span { border-color: rgb(128,214,2); }
td.TdClassName
{
border-color: #80D602;
}
.TagClassName
{
border-color: #80D602;
}
</style>