Shades of Lawn Green #73D815
Tints of Lawn Green #73D815
RGB
CMYK
RGB Variations
Color information
#73D815 (or 0x73D815) is known color: Lawn Green. HEX triplet: 73, D8 and 15. RGB value is (115,216,21). Sum of RGB (Red+Green+Blue) = 115+216+21=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 21 (8.59% from 255 or 5.97% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #73D815 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D815 is #8C27EA. Grayscale: #A4A4A4. Windows color (decimal): -9185259 or 1431667. OLE color: 1431667.
HSL color Cylindrical-coordinate representation of color #73D815: hue angle of 91.08º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73D815 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 216 | 21 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.15 |
| HSL | 91.08º | 0.82% | 0.46% | - |
| HSV(B) | 91.08º | 0.9% | 0.85% | - |
| XYZ | 31.76 | 52.81 | 9.23 | - |
| YUV | 163.57 | 47.54 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 216 | 21 | 0.47 | 0 | 0.90 | 0.15 | 91.08 | 0.82 | 0.46 |
| Hex | 73 | D8 | 15 | 2F | 0 | 5A | F | 5B | 52 | 2E |
| Octal | 163 | 330 | 25 | 57 | 0 | 132 | 17 | 133 | 122 | 56 |
| Binary | 1110011 | 11011000 | 10101 | 101111 | 0 | 1011010 | 1111 | 1011011 | 1010010 | 101110 |
Color Harmonies of #73D815
Complementary color
Monochromatic Colors of #73D815
Black with #73D815
Text Example
Text Example
White with #73D815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D815; }
p { color: rgb(115,216,21); }
H1.HeaderClassName
{
color: #73D815;
}
.AnyTagClassName
{
color: #73D815;
}
</style>
background-color css
<style>
a { background-color: #73D815; }
a { background-color: rgb(115,216,21); }
div.DivClassName
{
background-color: #73D815;
}
.BgClassName
{
background-color: #73D815;
}
</style>
border-color css
<style>
span { border-color: #73D815; }
span { border-color: rgb(115,216,21); }
td.TdClassName
{
border-color: #73D815;
}
.TagClassName
{
border-color: #73D815;
}
</style>