Shades of Lawn Green #73DD04
Tints of Lawn Green #73DD04
RGB
CMYK
RGB Variations
Color information
#73DD04 (or 0x73DD04) is known color: Lawn Green. HEX triplet: 73, DD and 04. RGB value is (115,221,4). Sum of RGB (Red+Green+Blue) = 115+221+4=340 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.82% from 340); Green value is 221 (86.72% from 255 or 65% from 340); Blue value is 4 (1.95% from 255 or 1.18% from 340); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DD04 is #8C22FB. Grayscale: #A5A5A5. Windows color (decimal): -9183996 or 318835. OLE color: 318835.
HSL color Cylindrical-coordinate representation of color #73DD04: hue angle of 89.31º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73DD04 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 4 | - |
| CMYK | 0.48 | 0 | 0.98 | 0.13 |
| HSL | 89.31º | 0.96% | 0.44% | - |
| HSV(B) | 89.31º | 0.98% | 0.87% | - |
| XYZ | 32.95 | 55.37 | 9.07 | - |
| YUV | 164.57 | 37.38 | 92.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 4 | 0.48 | 0 | 0.98 | 0.13 | 89.31 | 0.96 | 0.44 |
| Hex | 73 | DD | 4 | 30 | 0 | 62 | D | 59 | 60 | 2C |
| Octal | 163 | 335 | 4 | 60 | 0 | 142 | 15 | 131 | 140 | 54 |
| Binary | 1110011 | 11011101 | 100 | 110000 | 0 | 1100010 | 1101 | 1011001 | 1100000 | 101100 |
Color Harmonies of #73DD04
Complementary color
Monochromatic Colors of #73DD04
Black with #73DD04
Text Example
Text Example
White with #73DD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DD04; }
p { color: rgb(115,221,4); }
H1.HeaderClassName
{
color: #73DD04;
}
.AnyTagClassName
{
color: #73DD04;
}
</style>
background-color css
<style>
a { background-color: #73DD04; }
a { background-color: rgb(115,221,4); }
div.DivClassName
{
background-color: #73DD04;
}
.BgClassName
{
background-color: #73DD04;
}
</style>
border-color css
<style>
span { border-color: #73DD04; }
span { border-color: rgb(115,221,4); }
td.TdClassName
{
border-color: #73DD04;
}
.TagClassName
{
border-color: #73DD04;
}
</style>