Shades of Lawn Green #73DA0D
Tints of Lawn Green #73DA0D
RGB
CMYK
RGB Variations
Color information
#73DA0D (or 0x73DA0D) is known color: Lawn Green. HEX triplet: 73, DA and 0D. RGB value is (115,218,13). Sum of RGB (Red+Green+Blue) = 115+218+13=346 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.24% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #73DA0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DA0D is #8C25F2. Grayscale: #A4A4A4. Windows color (decimal): -9184755 or 907891. OLE color: 907891.
HSL color Cylindrical-coordinate representation of color #73DA0D: hue angle of 90.15º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73DA0D is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 218 | 13 | - |
| CMYK | 0.47 | 0 | 0.94 | 0.15 |
| HSL | 90.15º | 0.89% | 0.45% | - |
| HSV(B) | 90.15º | 0.94% | 0.85% | - |
| XYZ | 32.21 | 53.82 | 9.07 | - |
| YUV | 163.83 | 42.88 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 218 | 13 | 0.47 | 0 | 0.94 | 0.15 | 90.15 | 0.89 | 0.45 |
| Hex | 73 | DA | D | 2F | 0 | 5E | F | 5A | 59 | 2D |
| Octal | 163 | 332 | 15 | 57 | 0 | 136 | 17 | 132 | 131 | 55 |
| Binary | 1110011 | 11011010 | 1101 | 101111 | 0 | 1011110 | 1111 | 1011010 | 1011001 | 101101 |
Color Harmonies of #73DA0D
Complementary color
Monochromatic Colors of #73DA0D
Black with #73DA0D
Text Example
Text Example
White with #73DA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DA0D; }
p { color: rgb(115,218,13); }
H1.HeaderClassName
{
color: #73DA0D;
}
.AnyTagClassName
{
color: #73DA0D;
}
</style>
background-color css
<style>
a { background-color: #73DA0D; }
a { background-color: rgb(115,218,13); }
div.DivClassName
{
background-color: #73DA0D;
}
.BgClassName
{
background-color: #73DA0D;
}
</style>
border-color css
<style>
span { border-color: #73DA0D; }
span { border-color: rgb(115,218,13); }
td.TdClassName
{
border-color: #73DA0D;
}
.TagClassName
{
border-color: #73DA0D;
}
</style>