Shades of Lawn Green #80D915
Tints of Lawn Green #80D915
RGB
CMYK
RGB Variations
Color information
#80D915 (or 0x80D915) is known color: Lawn Green. HEX triplet: 80, D9 and 15. RGB value is (128,217,21). Sum of RGB (Red+Green+Blue) = 128+217+21=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 21 (8.59% from 255 or 5.74% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #80D915 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D915 is #7F26EA. Grayscale: #A8A8A8. Windows color (decimal): -8333035 or 1431936. OLE color: 1431936.
HSL color Cylindrical-coordinate representation of color #80D915: hue angle of 87.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80D915 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 21 | - |
| CMYK | 0.41 | 0 | 0.90 | 0.15 |
| HSL | 87.24º | 0.82% | 0.47% | - |
| HSV(B) | 87.24º | 0.9% | 0.85% | - |
| XYZ | 33.85 | 54.27 | 9.4 | - |
| YUV | 168.05 | 45.01 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 21 | 0.41 | 0 | 0.90 | 0.15 | 87.24 | 0.82 | 0.47 |
| Hex | 80 | D9 | 15 | 29 | 0 | 5A | F | 57 | 52 | 2F |
| Octal | 200 | 331 | 25 | 51 | 0 | 132 | 17 | 127 | 122 | 57 |
| Binary | 10000000 | 11011001 | 10101 | 101001 | 0 | 1011010 | 1111 | 1010111 | 1010010 | 101111 |
Color Harmonies of #80D915
Complementary color
Monochromatic Colors of #80D915
Black with #80D915
Text Example
Text Example
White with #80D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D915; }
p { color: rgb(128,217,21); }
H1.HeaderClassName
{
color: #80D915;
}
.AnyTagClassName
{
color: #80D915;
}
</style>
background-color css
<style>
a { background-color: #80D915; }
a { background-color: rgb(128,217,21); }
div.DivClassName
{
background-color: #80D915;
}
.BgClassName
{
background-color: #80D915;
}
</style>
border-color css
<style>
span { border-color: #80D915; }
span { border-color: rgb(128,217,21); }
td.TdClassName
{
border-color: #80D915;
}
.TagClassName
{
border-color: #80D915;
}
</style>