Shades of Lawn Green #80D70B
Tints of Lawn Green #80D70B
RGB
CMYK
RGB Variations
Color information
#80D70B (or 0x80D70B) is known color: Lawn Green. HEX triplet: 80, D7 and 0B. RGB value is (128,215,11). Sum of RGB (Red+Green+Blue) = 128+215+11=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 215 (84.38% from 255 or 60.73% from 354); Blue value is 11 (4.69% from 255 or 3.11% from 354); Max value from RGB is 215 - color contains mainly: green. Hex color #80D70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D70B is #7F28F4. Grayscale: #A6A6A6. Windows color (decimal): -8333557 or 776064. OLE color: 776064.
HSL color Cylindrical-coordinate representation of color #80D70B: hue angle of 85.59º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80D70B is Cyan = 0.40, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 215 | 11 | - |
| CMYK | 0.40 | 0 | 0.95 | 0.16 |
| HSL | 85.59º | 0.9% | 0.44% | - |
| HSV(B) | 85.59º | 0.95% | 0.84% | - |
| XYZ | 33.26 | 53.21 | 8.83 | - |
| YUV | 165.73 | 40.68 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 215 | 11 | 0.40 | 0 | 0.95 | 0.16 | 85.59 | 0.9 | 0.44 |
| Hex | 80 | D7 | B | 28 | 0 | 5F | 10 | 56 | 5A | 2C |
| Octal | 200 | 327 | 13 | 50 | 0 | 137 | 20 | 126 | 132 | 54 |
| Binary | 10000000 | 11010111 | 1011 | 101000 | 0 | 1011111 | 10000 | 1010110 | 1011010 | 101100 |
Color Harmonies of #80D70B
Complementary color
Monochromatic Colors of #80D70B
Black with #80D70B
Text Example
Text Example
White with #80D70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D70B; }
p { color: rgb(128,215,11); }
H1.HeaderClassName
{
color: #80D70B;
}
.AnyTagClassName
{
color: #80D70B;
}
</style>
background-color css
<style>
a { background-color: #80D70B; }
a { background-color: rgb(128,215,11); }
div.DivClassName
{
background-color: #80D70B;
}
.BgClassName
{
background-color: #80D70B;
}
</style>
border-color css
<style>
span { border-color: #80D70B; }
span { border-color: rgb(128,215,11); }
td.TdClassName
{
border-color: #80D70B;
}
.TagClassName
{
border-color: #80D70B;
}
</style>