Shades of Lawn Green #80DB0D
Tints of Lawn Green #80DB0D
RGB
CMYK
RGB Variations
Color information
#80DB0D (or 0x80DB0D) is known color: Lawn Green. HEX triplet: 80, DB and 0D. RGB value is (128,219,13). Sum of RGB (Red+Green+Blue) = 128+219+13=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 219 (85.94% from 255 or 60.83% from 360); Blue value is 13 (5.47% from 255 or 3.61% from 360); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DB0D is #7F24F2. Grayscale: #A9A9A9. Windows color (decimal): -8332531 or 908160. OLE color: 908160.
HSL color Cylindrical-coordinate representation of color #80DB0D: hue angle of 86.5º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80DB0D is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 13 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.14 |
| HSL | 86.5º | 0.89% | 0.45% | - |
| HSV(B) | 86.5º | 0.94% | 0.86% | - |
| XYZ | 34.31 | 55.28 | 9.24 | - |
| YUV | 168.31 | 40.35 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 13 | 0.42 | 0 | 0.94 | 0.14 | 86.5 | 0.89 | 0.45 |
| Hex | 80 | DB | D | 2A | 0 | 5E | E | 57 | 59 | 2D |
| Octal | 200 | 333 | 15 | 52 | 0 | 136 | 16 | 127 | 131 | 55 |
| Binary | 10000000 | 11011011 | 1101 | 101010 | 0 | 1011110 | 1110 | 1010111 | 1011001 | 101101 |
Color Harmonies of #80DB0D
Complementary color
Monochromatic Colors of #80DB0D
Black with #80DB0D
Text Example
Text Example
White with #80DB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB0D; }
p { color: rgb(128,219,13); }
H1.HeaderClassName
{
color: #80DB0D;
}
.AnyTagClassName
{
color: #80DB0D;
}
</style>
background-color css
<style>
a { background-color: #80DB0D; }
a { background-color: rgb(128,219,13); }
div.DivClassName
{
background-color: #80DB0D;
}
.BgClassName
{
background-color: #80DB0D;
}
</style>
border-color css
<style>
span { border-color: #80DB0D; }
span { border-color: rgb(128,219,13); }
td.TdClassName
{
border-color: #80DB0D;
}
.TagClassName
{
border-color: #80DB0D;
}
</style>