Shades of Lawn Green #80D503
Tints of Lawn Green #80D503
RGB
CMYK
RGB Variations
Color information
#80D503 (or 0x80D503) is known color: Lawn Green. HEX triplet: 80, D5 and 03. RGB value is (128,213,3). Sum of RGB (Red+Green+Blue) = 128+213+3=344 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.21% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 3 (1.56% from 255 or 0.87% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #80D503 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D503 is #7F2AFC. Grayscale: #A4A4A4. Windows color (decimal): -8334077 or 251264. OLE color: 251264.
HSL color Cylindrical-coordinate representation of color #80D503: hue angle of 84.29º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80D503 is Cyan = 0.40, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 128 | 213 | 3 | - |
| CMYK | 0.40 | 0 | 0.99 | 0.16 |
| HSL | 84.29º | 0.97% | 0.42% | - |
| HSV(B) | 84.29º | 0.99% | 0.84% | - |
| XYZ | 32.71 | 52.18 | 8.43 | - |
| YUV | 163.65 | 37.34 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 213 | 3 | 0.40 | 0 | 0.99 | 0.16 | 84.29 | 0.97 | 0.42 |
| Hex | 80 | D5 | 3 | 28 | 0 | 63 | 10 | 54 | 61 | 2A |
| Octal | 200 | 325 | 3 | 50 | 0 | 143 | 20 | 124 | 141 | 52 |
| Binary | 10000000 | 11010101 | 11 | 101000 | 0 | 1100011 | 10000 | 1010100 | 1100001 | 101010 |
Color Harmonies of #80D503
Complementary color
Monochromatic Colors of #80D503
Black with #80D503
Text Example
Text Example
White with #80D503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D503; }
p { color: rgb(128,213,3); }
H1.HeaderClassName
{
color: #80D503;
}
.AnyTagClassName
{
color: #80D503;
}
</style>
background-color css
<style>
a { background-color: #80D503; }
a { background-color: rgb(128,213,3); }
div.DivClassName
{
background-color: #80D503;
}
.BgClassName
{
background-color: #80D503;
}
</style>
border-color css
<style>
span { border-color: #80D503; }
span { border-color: rgb(128,213,3); }
td.TdClassName
{
border-color: #80D503;
}
.TagClassName
{
border-color: #80D503;
}
</style>