Shades of Lawn Green #73DB12
Tints of Lawn Green #73DB12
RGB
CMYK
RGB Variations
Color information
#73DB12 (or 0x73DB12) is known color: Lawn Green. HEX triplet: 73, DB and 12. RGB value is (115,219,18). Sum of RGB (Red+Green+Blue) = 115+219+18=352 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.67% from 352); Green value is 219 (85.94% from 255 or 62.22% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 219 - color contains mainly: green. Hex color #73DB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DB12 is #8C24ED. Grayscale: #A5A5A5. Windows color (decimal): -9184494 or 1235827. OLE color: 1235827.
HSL color Cylindrical-coordinate representation of color #73DB12: hue angle of 91.04º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73DB12 is Cyan = 0.47, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 18 | - |
| CMYK | 0.47 | 0 | 0.92 | 0.14 |
| HSL | 91.04º | 0.85% | 0.46% | - |
| HSV(B) | 91.04º | 0.92% | 0.86% | - |
| XYZ | 32.51 | 54.35 | 9.35 | - |
| YUV | 164.99 | 45.04 | 92.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 18 | 0.47 | 0 | 0.92 | 0.14 | 91.04 | 0.85 | 0.46 |
| Hex | 73 | DB | 12 | 2F | 0 | 5C | E | 5B | 55 | 2E |
| Octal | 163 | 333 | 22 | 57 | 0 | 134 | 16 | 133 | 125 | 56 |
| Binary | 1110011 | 11011011 | 10010 | 101111 | 0 | 1011100 | 1110 | 1011011 | 1010101 | 101110 |
Color Harmonies of #73DB12
Complementary color
Monochromatic Colors of #73DB12
Black with #73DB12
Text Example
Text Example
White with #73DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DB12; }
p { color: rgb(115,219,18); }
H1.HeaderClassName
{
color: #73DB12;
}
.AnyTagClassName
{
color: #73DB12;
}
</style>
background-color css
<style>
a { background-color: #73DB12; }
a { background-color: rgb(115,219,18); }
div.DivClassName
{
background-color: #73DB12;
}
.BgClassName
{
background-color: #73DB12;
}
</style>
border-color css
<style>
span { border-color: #73DB12; }
span { border-color: rgb(115,219,18); }
td.TdClassName
{
border-color: #73DB12;
}
.TagClassName
{
border-color: #73DB12;
}
</style>