Shades of Lawn Green #80D707
Tints of Lawn Green #80D707
RGB
CMYK
RGB Variations
Color information
#80D707 (or 0x80D707) is known color: Lawn Green. HEX triplet: 80, D7 and 07. RGB value is (128,215,7). Sum of RGB (Red+Green+Blue) = 128+215+7=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 7 (3.12% from 255 or 2% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #80D707 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D707 is #7F28F8. Grayscale: #A6A6A6. Windows color (decimal): -8333561 or 513920. OLE color: 513920.
HSL color Cylindrical-coordinate representation of color #80D707: hue angle of 85.1º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80D707 is Cyan = 0.40, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 7 | - |
| CMYK | 0.40 | 0 | 0.97 | 0.16 |
| HSL | 85.1º | 0.94% | 0.44% | - |
| HSV(B) | 85.1º | 0.97% | 0.84% | - |
| XYZ | 33.24 | 53.21 | 8.72 | - |
| YUV | 165.28 | 38.68 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 7 | 0.40 | 0 | 0.97 | 0.16 | 85.1 | 0.94 | 0.44 |
| Hex | 80 | D7 | 7 | 28 | 0 | 61 | 10 | 55 | 5E | 2C |
| Octal | 200 | 327 | 7 | 50 | 0 | 141 | 20 | 125 | 136 | 54 |
| Binary | 10000000 | 11010111 | 111 | 101000 | 0 | 1100001 | 10000 | 1010101 | 1011110 | 101100 |
Color Harmonies of #80D707
Complementary color
Monochromatic Colors of #80D707
Black with #80D707
Text Example
Text Example
White with #80D707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D707; }
p { color: rgb(128,215,7); }
H1.HeaderClassName
{
color: #80D707;
}
.AnyTagClassName
{
color: #80D707;
}
</style>
background-color css
<style>
a { background-color: #80D707; }
a { background-color: rgb(128,215,7); }
div.DivClassName
{
background-color: #80D707;
}
.BgClassName
{
background-color: #80D707;
}
</style>
border-color css
<style>
span { border-color: #80D707; }
span { border-color: rgb(128,215,7); }
td.TdClassName
{
border-color: #80D707;
}
.TagClassName
{
border-color: #80D707;
}
</style>