Shades of Lawn Green #80D908
Tints of Lawn Green #80D908
RGB
CMYK
RGB Variations
Color information
#80D908 (or 0x80D908) is known color: Lawn Green. HEX triplet: 80, D9 and 08. RGB value is (128,217,8). Sum of RGB (Red+Green+Blue) = 128+217+8=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 8 (3.52% from 255 or 2.27% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #80D908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D908 is #7F26F7. Grayscale: #A7A7A7. Windows color (decimal): -8333048 or 579968. OLE color: 579968.
HSL color Cylindrical-coordinate representation of color #80D908: hue angle of 85.55º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80D908 is Cyan = 0.41, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 128 | 217 | 8 | - |
| CMYK | 0.41 | 0 | 0.96 | 0.15 |
| HSL | 85.55º | 0.93% | 0.44% | - |
| HSV(B) | 85.55º | 0.96% | 0.85% | - |
| XYZ | 33.76 | 54.23 | 8.92 | - |
| YUV | 166.56 | 38.51 | 100.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 217 | 8 | 0.41 | 0 | 0.96 | 0.15 | 85.55 | 0.93 | 0.44 |
| Hex | 80 | D9 | 8 | 29 | 0 | 60 | F | 56 | 5D | 2C |
| Octal | 200 | 331 | 10 | 51 | 0 | 140 | 17 | 126 | 135 | 54 |
| Binary | 10000000 | 11011001 | 1000 | 101001 | 0 | 1100000 | 1111 | 1010110 | 1011101 | 101100 |
Color Harmonies of #80D908
Complementary color
Monochromatic Colors of #80D908
Black with #80D908
Text Example
Text Example
White with #80D908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D908; }
p { color: rgb(128,217,8); }
H1.HeaderClassName
{
color: #80D908;
}
.AnyTagClassName
{
color: #80D908;
}
</style>
background-color css
<style>
a { background-color: #80D908; }
a { background-color: rgb(128,217,8); }
div.DivClassName
{
background-color: #80D908;
}
.BgClassName
{
background-color: #80D908;
}
</style>
border-color css
<style>
span { border-color: #80D908; }
span { border-color: rgb(128,217,8); }
td.TdClassName
{
border-color: #80D908;
}
.TagClassName
{
border-color: #80D908;
}
</style>