Shades of Lawn Green #73DC0D
Tints of Lawn Green #73DC0D
RGB
CMYK
RGB Variations
Color information
#73DC0D (or 0x73DC0D) is known color: Lawn Green. HEX triplet: 73, DC and 0D. RGB value is (115,220,13). Sum of RGB (Red+Green+Blue) = 115+220+13=348 (46% of max value = 765). Red value is 115 (45.31% from 255 or 33.05% from 348); Green value is 220 (86.33% from 255 or 63.22% from 348); Blue value is 13 (5.47% from 255 or 3.74% from 348); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DC0D is #8C23F2. Grayscale: #A5A5A5. Windows color (decimal): -9184243 or 908403. OLE color: 908403.
HSL color Cylindrical-coordinate representation of color #73DC0D: hue angle of 90.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73DC0D is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 13 | - |
| CMYK | 0.48 | 0 | 0.94 | 0.14 |
| HSL | 90.43º | 0.89% | 0.46% | - |
| HSV(B) | 90.43º | 0.94% | 0.86% | - |
| XYZ | 32.74 | 54.86 | 9.24 | - |
| YUV | 165.01 | 42.21 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 13 | 0.48 | 0 | 0.94 | 0.14 | 90.43 | 0.89 | 0.46 |
| Hex | 73 | DC | D | 30 | 0 | 5E | E | 5A | 59 | 2E |
| Octal | 163 | 334 | 15 | 60 | 0 | 136 | 16 | 132 | 131 | 56 |
| Binary | 1110011 | 11011100 | 1101 | 110000 | 0 | 1011110 | 1110 | 1011010 | 1011001 | 101110 |
Color Harmonies of #73DC0D
Complementary color
Monochromatic Colors of #73DC0D
Black with #73DC0D
Text Example
Text Example
White with #73DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC0D; }
p { color: rgb(115,220,13); }
H1.HeaderClassName
{
color: #73DC0D;
}
.AnyTagClassName
{
color: #73DC0D;
}
</style>
background-color css
<style>
a { background-color: #73DC0D; }
a { background-color: rgb(115,220,13); }
div.DivClassName
{
background-color: #73DC0D;
}
.BgClassName
{
background-color: #73DC0D;
}
</style>
border-color css
<style>
span { border-color: #73DC0D; }
span { border-color: rgb(115,220,13); }
td.TdClassName
{
border-color: #73DC0D;
}
.TagClassName
{
border-color: #73DC0D;
}
</style>