Shades of Lawn Green #73D805
Tints of Lawn Green #73D805
RGB
CMYK
RGB Variations
Color information
#73D805 (or 0x73D805) is known color: Lawn Green. HEX triplet: 73, D8 and 05. RGB value is (115,216,5). Sum of RGB (Red+Green+Blue) = 115+216+5=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 216 (84.77% from 255 or 64.29% from 336); Blue value is 5 (2.34% from 255 or 1.49% from 336); Max value from RGB is 216 - color contains mainly: green. Hex color #73D805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D805 is #8C27FA. Grayscale: #A2A2A2. Windows color (decimal): -9185275 or 383091. OLE color: 383091.
HSL color Cylindrical-coordinate representation of color #73D805: hue angle of 88.72º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73D805 is Cyan = 0.47, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 5 | - |
| CMYK | 0.47 | 0 | 0.98 | 0.15 |
| HSL | 88.72º | 0.95% | 0.43% | - |
| HSV(B) | 88.72º | 0.98% | 0.85% | - |
| XYZ | 31.65 | 52.77 | 8.66 | - |
| YUV | 161.75 | 39.54 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 5 | 0.47 | 0 | 0.98 | 0.15 | 88.72 | 0.95 | 0.43 |
| Hex | 73 | D8 | 5 | 2F | 0 | 62 | F | 59 | 5F | 2B |
| Octal | 163 | 330 | 5 | 57 | 0 | 142 | 17 | 131 | 137 | 53 |
| Binary | 1110011 | 11011000 | 101 | 101111 | 0 | 1100010 | 1111 | 1011001 | 1011111 | 101011 |
Color Harmonies of #73D805
Complementary color
Monochromatic Colors of #73D805
Black with #73D805
Text Example
Text Example
White with #73D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D805; }
p { color: rgb(115,216,5); }
H1.HeaderClassName
{
color: #73D805;
}
.AnyTagClassName
{
color: #73D805;
}
</style>
background-color css
<style>
a { background-color: #73D805; }
a { background-color: rgb(115,216,5); }
div.DivClassName
{
background-color: #73D805;
}
.BgClassName
{
background-color: #73D805;
}
</style>
border-color css
<style>
span { border-color: #73D805; }
span { border-color: rgb(115,216,5); }
td.TdClassName
{
border-color: #73D805;
}
.TagClassName
{
border-color: #73D805;
}
</style>