Shades of Lawn Green #80D911
Tints of Lawn Green #80D911
RGB
CMYK
RGB Variations
Color information
#80D911 (or 0x80D911) is known color: Lawn Green. HEX triplet: 80, D9 and 11. RGB value is (128,217,17). Sum of RGB (Red+Green+Blue) = 128+217+17=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 217 (85.16% from 255 or 59.94% from 362); Blue value is 17 (7.03% from 255 or 4.70% from 362); Max value from RGB is 217 - color contains mainly: green. Hex color #80D911 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D911 is #7F26EE. Grayscale: #A8A8A8. Windows color (decimal): -8333039 or 1169792. OLE color: 1169792.
HSL color Cylindrical-coordinate representation of color #80D911: hue angle of 86.7º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80D911 is Cyan = 0.41, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 17 | - |
| CMYK | 0.41 | 0 | 0.92 | 0.15 |
| HSL | 86.7º | 0.85% | 0.46% | - |
| HSV(B) | 86.7º | 0.92% | 0.85% | - |
| XYZ | 33.82 | 54.26 | 9.22 | - |
| YUV | 167.59 | 43.01 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 17 | 0.41 | 0 | 0.92 | 0.15 | 86.7 | 0.85 | 0.46 |
| Hex | 80 | D9 | 11 | 29 | 0 | 5C | F | 57 | 55 | 2E |
| Octal | 200 | 331 | 21 | 51 | 0 | 134 | 17 | 127 | 125 | 56 |
| Binary | 10000000 | 11011001 | 10001 | 101001 | 0 | 1011100 | 1111 | 1010111 | 1010101 | 101110 |
Color Harmonies of #80D911
Complementary color
Monochromatic Colors of #80D911
Black with #80D911
Text Example
Text Example
White with #80D911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D911; }
p { color: rgb(128,217,17); }
H1.HeaderClassName
{
color: #80D911;
}
.AnyTagClassName
{
color: #80D911;
}
</style>
background-color css
<style>
a { background-color: #80D911; }
a { background-color: rgb(128,217,17); }
div.DivClassName
{
background-color: #80D911;
}
.BgClassName
{
background-color: #80D911;
}
</style>
border-color css
<style>
span { border-color: #80D911; }
span { border-color: rgb(128,217,17); }
td.TdClassName
{
border-color: #80D911;
}
.TagClassName
{
border-color: #80D911;
}
</style>