Shades of Lawn Green #80D600
Tints of Lawn Green #80D600
RGB
CMYK
RGB Variations
Color information
#80D600 (or 0x80D600) is known color: Lawn Green. HEX triplet: 80, D6 and 00. RGB value is (128,214,0). Sum of RGB (Red+Green+Blue) = 128+214+0=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #80D600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D600 is #7F29FF. Grayscale: #A4A4A4. Windows color (decimal): -8333824 or 54912. OLE color: 54912.
HSL color Cylindrical-coordinate representation of color #80D600: hue angle of 84.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80D600 is Cyan = 0.40, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 214 | 0 | - |
| CMYK | 0.40 | 0 | 1 | 0.16 |
| HSL | 84.11º | 1% | 0.42% | - |
| HSV(B) | 84.11º | 1% | 0.84% | - |
| XYZ | 32.95 | 52.68 | 8.43 | - |
| YUV | 163.89 | 35.51 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 214 | 0 | 0.40 | 0 | 1 | 0.16 | 84.11 | 1 | 0.42 |
| Hex | 80 | D6 | 0 | 28 | 0 | 64 | 10 | 54 | 64 | 2A |
| Octal | 200 | 326 | 0 | 50 | 0 | 144 | 20 | 124 | 144 | 52 |
| Binary | 10000000 | 11010110 | 0 | 101000 | 0 | 1100100 | 10000 | 1010100 | 1100100 | 101010 |
Color Harmonies of #80D600
Complementary color
Monochromatic Colors of #80D600
Black with #80D600
Text Example
Text Example
White with #80D600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D600; }
p { color: rgb(128,214,0); }
H1.HeaderClassName
{
color: #80D600;
}
.AnyTagClassName
{
color: #80D600;
}
</style>
background-color css
<style>
a { background-color: #80D600; }
a { background-color: rgb(128,214,0); }
div.DivClassName
{
background-color: #80D600;
}
.BgClassName
{
background-color: #80D600;
}
</style>
border-color css
<style>
span { border-color: #80D600; }
span { border-color: rgb(128,214,0); }
td.TdClassName
{
border-color: #80D600;
}
.TagClassName
{
border-color: #80D600;
}
</style>