Shades of Lawn Green #80D003
Tints of Lawn Green #80D003
RGB
CMYK
RGB Variations
Color information
#80D003 (or 0x80D003) is known color: Lawn Green. HEX triplet: 80, D0 and 03. RGB value is (128,208,3). Sum of RGB (Red+Green+Blue) = 128+208+3=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 208 (81.64% from 255 or 61.36% from 339); Blue value is 3 (1.56% from 255 or 0.88% from 339); Max value from RGB is 208 - color contains mainly: green. Hex color #80D003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D003 is #7F2FFC. Grayscale: #A1A1A1. Windows color (decimal): -8335357 or 249984. OLE color: 249984.
HSL color Cylindrical-coordinate representation of color #80D003: hue angle of 83.41º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80D003 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 3 | - |
| CMYK | 0.38 | 0 | 0.99 | 0.18 |
| HSL | 83.41º | 0.97% | 0.41% | - |
| HSV(B) | 83.41º | 0.99% | 0.82% | - |
| XYZ | 31.47 | 49.71 | 8.02 | - |
| YUV | 160.71 | 39 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 3 | 0.38 | 0 | 0.99 | 0.18 | 83.41 | 0.97 | 0.41 |
| Hex | 80 | D0 | 3 | 26 | 0 | 63 | 12 | 53 | 61 | 29 |
| Octal | 200 | 320 | 3 | 46 | 0 | 143 | 22 | 123 | 141 | 51 |
| Binary | 10000000 | 11010000 | 11 | 100110 | 0 | 1100011 | 10010 | 1010011 | 1100001 | 101001 |
Color Harmonies of #80D003
Complementary color
Monochromatic Colors of #80D003
Black with #80D003
Text Example
Text Example
White with #80D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D003; }
p { color: rgb(128,208,3); }
H1.HeaderClassName
{
color: #80D003;
}
.AnyTagClassName
{
color: #80D003;
}
</style>
background-color css
<style>
a { background-color: #80D003; }
a { background-color: rgb(128,208,3); }
div.DivClassName
{
background-color: #80D003;
}
.BgClassName
{
background-color: #80D003;
}
</style>
border-color css
<style>
span { border-color: #80D003; }
span { border-color: rgb(128,208,3); }
td.TdClassName
{
border-color: #80D003;
}
.TagClassName
{
border-color: #80D003;
}
</style>