Shades of Lawn Green #73D50D
Tints of Lawn Green #73D50D
RGB
CMYK
RGB Variations
Color information
#73D50D (or 0x73D50D) is known color: Lawn Green. HEX triplet: 73, D5 and 0D. RGB value is (115,213,13). Sum of RGB (Red+Green+Blue) = 115+213+13=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 213 (83.59% from 255 or 62.46% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 213 - color contains mainly: green. Hex color #73D50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D50D is #8C2AF2. Grayscale: #A1A1A1. Windows color (decimal): -9186035 or 906611. OLE color: 906611.
HSL color Cylindrical-coordinate representation of color #73D50D: hue angle of 89.4º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73D50D is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 13 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.16 |
| HSL | 89.4º | 0.88% | 0.44% | - |
| HSV(B) | 89.4º | 0.94% | 0.84% | - |
| XYZ | 30.94 | 51.26 | 8.64 | - |
| YUV | 160.9 | 44.53 | 95.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 13 | 0.46 | 0 | 0.94 | 0.16 | 89.4 | 0.88 | 0.44 |
| Hex | 73 | D5 | D | 2E | 0 | 5E | 10 | 59 | 58 | 2C |
| Octal | 163 | 325 | 15 | 56 | 0 | 136 | 20 | 131 | 130 | 54 |
| Binary | 1110011 | 11010101 | 1101 | 101110 | 0 | 1011110 | 10000 | 1011001 | 1011000 | 101100 |
Color Harmonies of #73D50D
Complementary color
Monochromatic Colors of #73D50D
Black with #73D50D
Text Example
Text Example
White with #73D50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D50D; }
p { color: rgb(115,213,13); }
H1.HeaderClassName
{
color: #73D50D;
}
.AnyTagClassName
{
color: #73D50D;
}
</style>
background-color css
<style>
a { background-color: #73D50D; }
a { background-color: rgb(115,213,13); }
div.DivClassName
{
background-color: #73D50D;
}
.BgClassName
{
background-color: #73D50D;
}
</style>
border-color css
<style>
span { border-color: #73D50D; }
span { border-color: rgb(115,213,13); }
td.TdClassName
{
border-color: #73D50D;
}
.TagClassName
{
border-color: #73D50D;
}
</style>