Shades of Lawn Green #73D50A
Tints of Lawn Green #73D50A
RGB
CMYK
RGB Variations
Color information
#73D50A (or 0x73D50A) is known color: Lawn Green. HEX triplet: 73, D5 and 0A. RGB value is (115,213,10). Sum of RGB (Red+Green+Blue) = 115+213+10=338 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.02% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #73D50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D50A is #8C2AF5. Grayscale: #A1A1A1. Windows color (decimal): -9186038 or 710003. OLE color: 710003.
HSL color Cylindrical-coordinate representation of color #73D50A: hue angle of 88.97º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73D50A is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 10 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.16 |
| HSL | 88.97º | 0.91% | 0.44% | - |
| HSV(B) | 88.97º | 0.95% | 0.84% | - |
| XYZ | 30.92 | 51.26 | 8.55 | - |
| YUV | 160.56 | 43.03 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 10 | 0.46 | 0 | 0.95 | 0.16 | 88.97 | 0.91 | 0.44 |
| Hex | 73 | D5 | A | 2E | 0 | 5F | 10 | 59 | 5B | 2C |
| Octal | 163 | 325 | 12 | 56 | 0 | 137 | 20 | 131 | 133 | 54 |
| Binary | 1110011 | 11010101 | 1010 | 101110 | 0 | 1011111 | 10000 | 1011001 | 1011011 | 101100 |
Color Harmonies of #73D50A
Complementary color
Monochromatic Colors of #73D50A
Black with #73D50A
Text Example
Text Example
White with #73D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D50A; }
p { color: rgb(115,213,10); }
H1.HeaderClassName
{
color: #73D50A;
}
.AnyTagClassName
{
color: #73D50A;
}
</style>
background-color css
<style>
a { background-color: #73D50A; }
a { background-color: rgb(115,213,10); }
div.DivClassName
{
background-color: #73D50A;
}
.BgClassName
{
background-color: #73D50A;
}
</style>
border-color css
<style>
span { border-color: #73D50A; }
span { border-color: rgb(115,213,10); }
td.TdClassName
{
border-color: #73D50A;
}
.TagClassName
{
border-color: #73D50A;
}
</style>