Shades of Lawn Green #80D108
Tints of Lawn Green #80D108
RGB
CMYK
RGB Variations
Color information
#80D108 (or 0x80D108) is known color: Lawn Green. HEX triplet: 80, D1 and 08. RGB value is (128,209,8). Sum of RGB (Red+Green+Blue) = 128+209+8=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 209 (82.03% from 255 or 60.58% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 209 - color contains mainly: green. Hex color #80D108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D108 is #7F2EF7. Grayscale: #A2A2A2. Windows color (decimal): -8335096 or 577920. OLE color: 577920.
HSL color Cylindrical-coordinate representation of color #80D108: hue angle of 84.18º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80D108 is Cyan = 0.39, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 209 | 8 | - |
| CMYK | 0.39 | 0 | 0.96 | 0.18 |
| HSL | 84.18º | 0.93% | 0.43% | - |
| HSV(B) | 84.18º | 0.96% | 0.82% | - |
| XYZ | 31.75 | 50.21 | 8.25 | - |
| YUV | 161.87 | 41.16 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 209 | 8 | 0.39 | 0 | 0.96 | 0.18 | 84.18 | 0.93 | 0.43 |
| Hex | 80 | D1 | 8 | 27 | 0 | 60 | 12 | 54 | 5D | 2B |
| Octal | 200 | 321 | 10 | 47 | 0 | 140 | 22 | 124 | 135 | 53 |
| Binary | 10000000 | 11010001 | 1000 | 100111 | 0 | 1100000 | 10010 | 1010100 | 1011101 | 101011 |
Color Harmonies of #80D108
Complementary color
Monochromatic Colors of #80D108
Black with #80D108
Text Example
Text Example
White with #80D108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D108; }
p { color: rgb(128,209,8); }
H1.HeaderClassName
{
color: #80D108;
}
.AnyTagClassName
{
color: #80D108;
}
</style>
background-color css
<style>
a { background-color: #80D108; }
a { background-color: rgb(128,209,8); }
div.DivClassName
{
background-color: #80D108;
}
.BgClassName
{
background-color: #80D108;
}
</style>
border-color css
<style>
span { border-color: #80D108; }
span { border-color: rgb(128,209,8); }
td.TdClassName
{
border-color: #80D108;
}
.TagClassName
{
border-color: #80D108;
}
</style>