Shades of Lawn Green #73DB16
Tints of Lawn Green #73DB16
RGB
CMYK
RGB Variations
Color information
#73DB16 (or 0x73DB16) is known color: Lawn Green. HEX triplet: 73, DB and 16. RGB value is (115,219,22). Sum of RGB (Red+Green+Blue) = 115+219+22=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 219 (85.94% from 255 or 61.52% from 356); Blue value is 22 (8.98% from 255 or 6.18% from 356); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DB16 is #8C24E9. Grayscale: #A6A6A6. Windows color (decimal): -9184490 or 1497971. OLE color: 1497971.
HSL color Cylindrical-coordinate representation of color #73DB16: hue angle of 91.68º 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 #73DB16 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 22 | - |
| CMYK | 0.47 | 0 | 0.90 | 0.14 |
| HSL | 91.68º | 0.82% | 0.47% | - |
| HSV(B) | 91.68º | 0.9% | 0.86% | - |
| XYZ | 32.55 | 54.37 | 9.54 | - |
| YUV | 165.45 | 47.04 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 22 | 0.47 | 0 | 0.90 | 0.14 | 91.68 | 0.82 | 0.47 |
| Hex | 73 | DB | 16 | 2F | 0 | 5A | E | 5C | 52 | 2F |
| Octal | 163 | 333 | 26 | 57 | 0 | 132 | 16 | 134 | 122 | 57 |
| Binary | 1110011 | 11011011 | 10110 | 101111 | 0 | 1011010 | 1110 | 1011100 | 1010010 | 101111 |
Color Harmonies of #73DB16
Complementary color
Monochromatic Colors of #73DB16
Black with #73DB16
Text Example
Text Example
White with #73DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB16; }
p { color: rgb(115,219,22); }
H1.HeaderClassName
{
color: #73DB16;
}
.AnyTagClassName
{
color: #73DB16;
}
</style>
background-color css
<style>
a { background-color: #73DB16; }
a { background-color: rgb(115,219,22); }
div.DivClassName
{
background-color: #73DB16;
}
.BgClassName
{
background-color: #73DB16;
}
</style>
border-color css
<style>
span { border-color: #73DB16; }
span { border-color: rgb(115,219,22); }
td.TdClassName
{
border-color: #73DB16;
}
.TagClassName
{
border-color: #73DB16;
}
</style>