Shades of Lawn Green #73D60D
Tints of Lawn Green #73D60D
RGB
CMYK
RGB Variations
Color information
#73D60D (or 0x73D60D) is known color: Lawn Green. HEX triplet: 73, D6 and 0D. RGB value is (115,214,13). Sum of RGB (Red+Green+Blue) = 115+214+13=342 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.63% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #73D60D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D60D is #8C29F2. Grayscale: #A2A2A2. Windows color (decimal): -9185779 or 906867. OLE color: 906867.
HSL color Cylindrical-coordinate representation of color #73D60D: hue angle of 89.55º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73D60D is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 13 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.16 |
| HSL | 89.55º | 0.89% | 0.45% | - |
| HSV(B) | 89.55º | 0.94% | 0.84% | - |
| XYZ | 31.19 | 51.77 | 8.73 | - |
| YUV | 161.49 | 44.2 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 13 | 0.46 | 0 | 0.94 | 0.16 | 89.55 | 0.89 | 0.45 |
| Hex | 73 | D6 | D | 2E | 0 | 5E | 10 | 5A | 59 | 2D |
| Octal | 163 | 326 | 15 | 56 | 0 | 136 | 20 | 132 | 131 | 55 |
| Binary | 1110011 | 11010110 | 1101 | 101110 | 0 | 1011110 | 10000 | 1011010 | 1011001 | 101101 |
Color Harmonies of #73D60D
Complementary color
Monochromatic Colors of #73D60D
Black with #73D60D
Text Example
Text Example
White with #73D60D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D60D; }
p { color: rgb(115,214,13); }
H1.HeaderClassName
{
color: #73D60D;
}
.AnyTagClassName
{
color: #73D60D;
}
</style>
background-color css
<style>
a { background-color: #73D60D; }
a { background-color: rgb(115,214,13); }
div.DivClassName
{
background-color: #73D60D;
}
.BgClassName
{
background-color: #73D60D;
}
</style>
border-color css
<style>
span { border-color: #73D60D; }
span { border-color: rgb(115,214,13); }
td.TdClassName
{
border-color: #73D60D;
}
.TagClassName
{
border-color: #73D60D;
}
</style>