Shades of Lawn Green #80DF05
Tints of Lawn Green #80DF05
RGB
CMYK
RGB Variations
Color information
#80DF05 (or 0x80DF05) is known color: Lawn Green. HEX triplet: 80, DF and 05. RGB value is (128,223,5). Sum of RGB (Red+Green+Blue) = 128+223+5=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 5 (2.34% from 255 or 1.40% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #80DF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DF05 is #7F20FA. Grayscale: #AAAAAA. Windows color (decimal): -8331515 or 384896. OLE color: 384896.
HSL color Cylindrical-coordinate representation of color #80DF05: hue angle of 86.15º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80DF05 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 223 | 5 | - |
| CMYK | 0.43 | 0 | 0.98 | 0.13 |
| HSL | 86.15º | 0.96% | 0.45% | - |
| HSV(B) | 86.15º | 0.98% | 0.87% | - |
| XYZ | 35.32 | 57.38 | 9.36 | - |
| YUV | 169.74 | 35.03 | 98.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 223 | 5 | 0.43 | 0 | 0.98 | 0.13 | 86.15 | 0.96 | 0.45 |
| Hex | 80 | DF | 5 | 2B | 0 | 62 | D | 56 | 60 | 2D |
| Octal | 200 | 337 | 5 | 53 | 0 | 142 | 15 | 126 | 140 | 55 |
| Binary | 10000000 | 11011111 | 101 | 101011 | 0 | 1100010 | 1101 | 1010110 | 1100000 | 101101 |
Color Harmonies of #80DF05
Complementary color
Monochromatic Colors of #80DF05
Black with #80DF05
Text Example
Text Example
White with #80DF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DF05; }
p { color: rgb(128,223,5); }
H1.HeaderClassName
{
color: #80DF05;
}
.AnyTagClassName
{
color: #80DF05;
}
</style>
background-color css
<style>
a { background-color: #80DF05; }
a { background-color: rgb(128,223,5); }
div.DivClassName
{
background-color: #80DF05;
}
.BgClassName
{
background-color: #80DF05;
}
</style>
border-color css
<style>
span { border-color: #80DF05; }
span { border-color: rgb(128,223,5); }
td.TdClassName
{
border-color: #80DF05;
}
.TagClassName
{
border-color: #80DF05;
}
</style>