Shades of Lawn Green #80DF15
Tints of Lawn Green #80DF15
RGB
CMYK
RGB Variations
Color information
#80DF15 (or 0x80DF15) is known color: Lawn Green. HEX triplet: 80, DF and 15. RGB value is (128,223,21). Sum of RGB (Red+Green+Blue) = 128+223+21=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 21 (8.59% from 255 or 5.65% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DF15 is #7F20EA. Grayscale: #ACACAC. Windows color (decimal): -8331499 or 1433472. OLE color: 1433472.
HSL color Cylindrical-coordinate representation of color #80DF15: hue angle of 88.22º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80DF15 is Cyan = 0.43, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 21 | - |
| CMYK | 0.43 | 0 | 0.91 | 0.13 |
| HSL | 88.22º | 0.83% | 0.48% | - |
| HSV(B) | 88.22º | 0.91% | 0.87% | - |
| XYZ | 35.43 | 57.42 | 9.93 | - |
| YUV | 171.57 | 43.03 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 21 | 0.43 | 0 | 0.91 | 0.13 | 88.22 | 0.83 | 0.48 |
| Hex | 80 | DF | 15 | 2B | 0 | 5B | D | 58 | 53 | 30 |
| Octal | 200 | 337 | 25 | 53 | 0 | 133 | 15 | 130 | 123 | 60 |
| Binary | 10000000 | 11011111 | 10101 | 101011 | 0 | 1011011 | 1101 | 1011000 | 1010011 | 110000 |
Color Harmonies of #80DF15
Complementary color
Monochromatic Colors of #80DF15
Black with #80DF15
Text Example
Text Example
White with #80DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF15; }
p { color: rgb(128,223,21); }
H1.HeaderClassName
{
color: #80DF15;
}
.AnyTagClassName
{
color: #80DF15;
}
</style>
background-color css
<style>
a { background-color: #80DF15; }
a { background-color: rgb(128,223,21); }
div.DivClassName
{
background-color: #80DF15;
}
.BgClassName
{
background-color: #80DF15;
}
</style>
border-color css
<style>
span { border-color: #80DF15; }
span { border-color: rgb(128,223,21); }
td.TdClassName
{
border-color: #80DF15;
}
.TagClassName
{
border-color: #80DF15;
}
</style>