Shades of Lawn Green #73DC16
Tints of Lawn Green #73DC16
RGB
CMYK
RGB Variations
Color information
#73DC16 (or 0x73DC16) is known color: Lawn Green. HEX triplet: 73, DC and 16. RGB value is (115,220,22). Sum of RGB (Red+Green+Blue) = 115+220+22=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 220 (86.33% from 255 or 61.62% from 357); Blue value is 22 (8.98% from 255 or 6.16% from 357); Max value from RGB is 220 - color contains mainly: green. Hex color #73DC16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DC16 is #8C23E9. Grayscale: #A6A6A6. Windows color (decimal): -9184234 or 1498227. OLE color: 1498227.
HSL color Cylindrical-coordinate representation of color #73DC16: hue angle of 91.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73DC16 is Cyan = 0.48, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 22 | - |
| CMYK | 0.48 | 0 | 0.9 | 0.14 |
| HSL | 91.82º | 0.82% | 0.47% | - |
| HSV(B) | 91.82º | 0.9% | 0.86% | - |
| XYZ | 32.81 | 54.89 | 9.62 | - |
| YUV | 166.03 | 46.71 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 22 | 0.48 | 0 | 0.9 | 0.14 | 91.82 | 0.82 | 0.47 |
| Hex | 73 | DC | 16 | 30 | 0 | 5A | E | 5C | 52 | 2F |
| Octal | 163 | 334 | 26 | 60 | 0 | 132 | 16 | 134 | 122 | 57 |
| Binary | 1110011 | 11011100 | 10110 | 110000 | 0 | 1011010 | 1110 | 1011100 | 1010010 | 101111 |
Color Harmonies of #73DC16
Complementary color
Monochromatic Colors of #73DC16
Black with #73DC16
Text Example
Text Example
White with #73DC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DC16; }
p { color: rgb(115,220,22); }
H1.HeaderClassName
{
color: #73DC16;
}
.AnyTagClassName
{
color: #73DC16;
}
</style>
background-color css
<style>
a { background-color: #73DC16; }
a { background-color: rgb(115,220,22); }
div.DivClassName
{
background-color: #73DC16;
}
.BgClassName
{
background-color: #73DC16;
}
</style>
border-color css
<style>
span { border-color: #73DC16; }
span { border-color: rgb(115,220,22); }
td.TdClassName
{
border-color: #73DC16;
}
.TagClassName
{
border-color: #73DC16;
}
</style>