Shades of Lawn Green #73DC04
Tints of Lawn Green #73DC04
RGB
CMYK
RGB Variations
Color information
#73DC04 (or 0x73DC04) is known color: Lawn Green. HEX triplet: 73, DC and 04. RGB value is (115,220,4). Sum of RGB (Red+Green+Blue) = 115+220+4=339 (44% of max value = 765). Red value is 115 (45.31% from 255 or 33.92% from 339); Green value is 220 (86.33% from 255 or 64.90% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DC04 is #8C23FB. Grayscale: #A4A4A4. Windows color (decimal): -9184252 or 318579. OLE color: 318579.
HSL color Cylindrical-coordinate representation of color #73DC04: hue angle of 89.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73DC04 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 4 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.14 |
| HSL | 89.17º | 0.96% | 0.44% | - |
| HSV(B) | 89.17º | 0.98% | 0.86% | - |
| XYZ | 32.69 | 54.84 | 8.98 | - |
| YUV | 163.98 | 37.71 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 4 | 0.48 | 0 | 0.98 | 0.14 | 89.17 | 0.96 | 0.44 |
| Hex | 73 | DC | 4 | 30 | 0 | 62 | E | 59 | 60 | 2C |
| Octal | 163 | 334 | 4 | 60 | 0 | 142 | 16 | 131 | 140 | 54 |
| Binary | 1110011 | 11011100 | 100 | 110000 | 0 | 1100010 | 1110 | 1011001 | 1100000 | 101100 |
Color Harmonies of #73DC04
Complementary color
Monochromatic Colors of #73DC04
Black with #73DC04
Text Example
Text Example
White with #73DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC04; }
p { color: rgb(115,220,4); }
H1.HeaderClassName
{
color: #73DC04;
}
.AnyTagClassName
{
color: #73DC04;
}
</style>
background-color css
<style>
a { background-color: #73DC04; }
a { background-color: rgb(115,220,4); }
div.DivClassName
{
background-color: #73DC04;
}
.BgClassName
{
background-color: #73DC04;
}
</style>
border-color css
<style>
span { border-color: #73DC04; }
span { border-color: rgb(115,220,4); }
td.TdClassName
{
border-color: #73DC04;
}
.TagClassName
{
border-color: #73DC04;
}
</style>