Shades of Lawn Green #80DB03
Tints of Lawn Green #80DB03
RGB
CMYK
RGB Variations
Color information
#80DB03 (or 0x80DB03) is known color: Lawn Green. HEX triplet: 80, DB and 03. RGB value is (128,219,3). Sum of RGB (Red+Green+Blue) = 128+219+3=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 219 (85.94% from 255 or 62.57% from 350); Blue value is 3 (1.56% from 255 or 0.86% from 350); Max value from RGB is 219 - color contains mainly: green. Hex color #80DB03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80DB03 is #7F24FC. Grayscale: #A7A7A7. Windows color (decimal): -8332541 or 252800. OLE color: 252800.
HSL color Cylindrical-coordinate representation of color #80DB03: hue angle of 85.28º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80DB03 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 219 | 3 | - |
| CMYK | 0.42 | 0 | 0.99 | 0.14 |
| HSL | 85.28º | 0.97% | 0.44% | - |
| HSV(B) | 85.28º | 0.99% | 0.86% | - |
| XYZ | 34.25 | 55.26 | 8.95 | - |
| YUV | 167.17 | 35.35 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 219 | 3 | 0.42 | 0 | 0.99 | 0.14 | 85.28 | 0.97 | 0.44 |
| Hex | 80 | DB | 3 | 2A | 0 | 63 | E | 55 | 61 | 2C |
| Octal | 200 | 333 | 3 | 52 | 0 | 143 | 16 | 125 | 141 | 54 |
| Binary | 10000000 | 11011011 | 11 | 101010 | 0 | 1100011 | 1110 | 1010101 | 1100001 | 101100 |
Color Harmonies of #80DB03
Complementary color
Monochromatic Colors of #80DB03
Black with #80DB03
Text Example
Text Example
White with #80DB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80DB03; }
p { color: rgb(128,219,3); }
H1.HeaderClassName
{
color: #80DB03;
}
.AnyTagClassName
{
color: #80DB03;
}
</style>
background-color css
<style>
a { background-color: #80DB03; }
a { background-color: rgb(128,219,3); }
div.DivClassName
{
background-color: #80DB03;
}
.BgClassName
{
background-color: #80DB03;
}
</style>
border-color css
<style>
span { border-color: #80DB03; }
span { border-color: rgb(128,219,3); }
td.TdClassName
{
border-color: #80DB03;
}
.TagClassName
{
border-color: #80DB03;
}
</style>