Shades of Lawn Green #73D513
Tints of Lawn Green #73D513
RGB
CMYK
RGB Variations
Color information
#73D513 (or 0x73D513) is known color: Lawn Green. HEX triplet: 73, D5 and 13. RGB value is (115,213,19). Sum of RGB (Red+Green+Blue) = 115+213+19=347 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.14% from 347); Green value is 213 (83.59% from 255 or 61.38% from 347); Blue value is 19 (7.81% from 255 or 5.48% from 347); Max value from RGB is 213 - color contains mainly: green. Hex color #73D513 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D513 is #8C2AEC. Grayscale: #A2A2A2. Windows color (decimal): -9186029 or 1299827. OLE color: 1299827.
HSL color Cylindrical-coordinate representation of color #73D513: hue angle of 90.31º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73D513 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 19 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.16 |
| HSL | 90.31º | 0.84% | 0.45% | - |
| HSV(B) | 90.31º | 0.91% | 0.84% | - |
| XYZ | 30.98 | 51.28 | 8.88 | - |
| YUV | 161.58 | 47.53 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 19 | 0.46 | 0 | 0.91 | 0.16 | 90.31 | 0.84 | 0.45 |
| Hex | 73 | D5 | 13 | 2E | 0 | 5B | 10 | 5A | 54 | 2D |
| Octal | 163 | 325 | 23 | 56 | 0 | 133 | 20 | 132 | 124 | 55 |
| Binary | 1110011 | 11010101 | 10011 | 101110 | 0 | 1011011 | 10000 | 1011010 | 1010100 | 101101 |
Color Harmonies of #73D513
Complementary color
Monochromatic Colors of #73D513
Black with #73D513
Text Example
Text Example
White with #73D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D513; }
p { color: rgb(115,213,19); }
H1.HeaderClassName
{
color: #73D513;
}
.AnyTagClassName
{
color: #73D513;
}
</style>
background-color css
<style>
a { background-color: #73D513; }
a { background-color: rgb(115,213,19); }
div.DivClassName
{
background-color: #73D513;
}
.BgClassName
{
background-color: #73D513;
}
</style>
border-color css
<style>
span { border-color: #73D513; }
span { border-color: rgb(115,213,19); }
td.TdClassName
{
border-color: #73D513;
}
.TagClassName
{
border-color: #73D513;
}
</style>