Shades of Lawn Green #73DF16
Tints of Lawn Green #73DF16
RGB
CMYK
RGB Variations
Color information
#73DF16 (or 0x73DF16) is known color: Lawn Green. HEX triplet: 73, DF and 16. RGB value is (115,223,22). Sum of RGB (Red+Green+Blue) = 115+223+22=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 223 (87.5% from 255 or 61.94% from 360); Blue value is 22 (8.98% from 255 or 6.11% from 360); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DF16 is #8C20E9. Grayscale: #A8A8A8. Windows color (decimal): -9183466 or 1498995. OLE color: 1498995.
HSL color Cylindrical-coordinate representation of color #73DF16: hue angle of 92.24º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73DF16 is Cyan = 0.48, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 22 | - |
| CMYK | 0.48 | 0 | 0.90 | 0.13 |
| HSL | 92.24º | 0.82% | 0.48% | - |
| HSV(B) | 92.24º | 0.9% | 0.87% | - |
| XYZ | 33.6 | 56.48 | 9.89 | - |
| YUV | 167.79 | 45.72 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 22 | 0.48 | 0 | 0.90 | 0.13 | 92.24 | 0.82 | 0.48 |
| Hex | 73 | DF | 16 | 30 | 0 | 5A | D | 5C | 52 | 30 |
| Octal | 163 | 337 | 26 | 60 | 0 | 132 | 15 | 134 | 122 | 60 |
| Binary | 1110011 | 11011111 | 10110 | 110000 | 0 | 1011010 | 1101 | 1011100 | 1010010 | 110000 |
Color Harmonies of #73DF16
Complementary color
Monochromatic Colors of #73DF16
Black with #73DF16
Text Example
Text Example
White with #73DF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF16; }
p { color: rgb(115,223,22); }
H1.HeaderClassName
{
color: #73DF16;
}
.AnyTagClassName
{
color: #73DF16;
}
</style>
background-color css
<style>
a { background-color: #73DF16; }
a { background-color: rgb(115,223,22); }
div.DivClassName
{
background-color: #73DF16;
}
.BgClassName
{
background-color: #73DF16;
}
</style>
border-color css
<style>
span { border-color: #73DF16; }
span { border-color: rgb(115,223,22); }
td.TdClassName
{
border-color: #73DF16;
}
.TagClassName
{
border-color: #73DF16;
}
</style>