Shades of Lawn Green #80D20B
Tints of Lawn Green #80D20B
RGB
CMYK
RGB Variations
Color information
#80D20B (or 0x80D20B) is known color: Lawn Green. HEX triplet: 80, D2 and 0B. RGB value is (128,210,11). Sum of RGB (Red+Green+Blue) = 128+210+11=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 210 (82.42% from 255 or 60.17% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 210 - color contains mainly: green. Hex color #80D20B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D20B is #7F2DF4. Grayscale: #A3A3A3. Windows color (decimal): -8334837 or 774784. OLE color: 774784.
HSL color Cylindrical-coordinate representation of color #80D20B: hue angle of 84.72º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80D20B is Cyan = 0.39, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 210 | 11 | - |
| CMYK | 0.39 | 0 | 0.95 | 0.18 |
| HSL | 84.72º | 0.9% | 0.43% | - |
| HSV(B) | 84.72º | 0.95% | 0.82% | - |
| XYZ | 32.01 | 50.71 | 8.42 | - |
| YUV | 162.8 | 42.33 | 103.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 210 | 11 | 0.39 | 0 | 0.95 | 0.18 | 84.72 | 0.9 | 0.43 |
| Hex | 80 | D2 | B | 27 | 0 | 5F | 12 | 55 | 5A | 2B |
| Octal | 200 | 322 | 13 | 47 | 0 | 137 | 22 | 125 | 132 | 53 |
| Binary | 10000000 | 11010010 | 1011 | 100111 | 0 | 1011111 | 10010 | 1010101 | 1011010 | 101011 |
Color Harmonies of #80D20B
Complementary color
Monochromatic Colors of #80D20B
Black with #80D20B
Text Example
Text Example
White with #80D20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D20B; }
p { color: rgb(128,210,11); }
H1.HeaderClassName
{
color: #80D20B;
}
.AnyTagClassName
{
color: #80D20B;
}
</style>
background-color css
<style>
a { background-color: #80D20B; }
a { background-color: rgb(128,210,11); }
div.DivClassName
{
background-color: #80D20B;
}
.BgClassName
{
background-color: #80D20B;
}
</style>
border-color css
<style>
span { border-color: #80D20B; }
span { border-color: rgb(128,210,11); }
td.TdClassName
{
border-color: #80D20B;
}
.TagClassName
{
border-color: #80D20B;
}
</style>