Shades of Lawn Green #73D614
Tints of Lawn Green #73D614
RGB
CMYK
RGB Variations
Color information
#73D614 (or 0x73D614) is known color: Lawn Green. HEX triplet: 73, D6 and 14. RGB value is (115,214,20). Sum of RGB (Red+Green+Blue) = 115+214+20=349 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.95% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 20 (8.20% from 255 or 5.73% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #73D614 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D614 is #8C29EB. Grayscale: #A2A2A2. Windows color (decimal): -9185772 or 1365619. OLE color: 1365619.
HSL color Cylindrical-coordinate representation of color #73D614: hue angle of 90.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73D614 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 20 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.16 |
| HSL | 90.62º | 0.83% | 0.46% | - |
| HSV(B) | 90.62º | 0.91% | 0.84% | - |
| XYZ | 31.24 | 51.79 | 9.01 | - |
| YUV | 162.28 | 47.7 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 20 | 0.46 | 0 | 0.91 | 0.16 | 90.62 | 0.83 | 0.46 |
| Hex | 73 | D6 | 14 | 2E | 0 | 5B | 10 | 5B | 53 | 2E |
| Octal | 163 | 326 | 24 | 56 | 0 | 133 | 20 | 133 | 123 | 56 |
| Binary | 1110011 | 11010110 | 10100 | 101110 | 0 | 1011011 | 10000 | 1011011 | 1010011 | 101110 |
Color Harmonies of #73D614
Complementary color
Monochromatic Colors of #73D614
Black with #73D614
Text Example
Text Example
White with #73D614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D614; }
p { color: rgb(115,214,20); }
H1.HeaderClassName
{
color: #73D614;
}
.AnyTagClassName
{
color: #73D614;
}
</style>
background-color css
<style>
a { background-color: #73D614; }
a { background-color: rgb(115,214,20); }
div.DivClassName
{
background-color: #73D614;
}
.BgClassName
{
background-color: #73D614;
}
</style>
border-color css
<style>
span { border-color: #73D614; }
span { border-color: rgb(115,214,20); }
td.TdClassName
{
border-color: #73D614;
}
.TagClassName
{
border-color: #73D614;
}
</style>