Shades of Lawn Green #73D714
Tints of Lawn Green #73D714
RGB
CMYK
RGB Variations
Color information
#73D714 (or 0x73D714) is known color: Lawn Green. HEX triplet: 73, D7 and 14. RGB value is (115,215,20). Sum of RGB (Red+Green+Blue) = 115+215+20=350 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.86% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #73D714 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D714 is #8C28EB. Grayscale: #A3A3A3. Windows color (decimal): -9185516 or 1365875. OLE color: 1365875.
HSL color Cylindrical-coordinate representation of color #73D714: hue angle of 90.77º 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 #73D714 is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 215 | 20 | - |
| CMYK | 0.47 | 0 | 0.91 | 0.16 |
| HSL | 90.77º | 0.83% | 0.46% | - |
| HSV(B) | 90.77º | 0.91% | 0.84% | - |
| XYZ | 31.5 | 52.3 | 9.1 | - |
| YUV | 162.87 | 47.37 | 93.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 215 | 20 | 0.47 | 0 | 0.91 | 0.16 | 90.77 | 0.83 | 0.46 |
| Hex | 73 | D7 | 14 | 2F | 0 | 5B | 10 | 5B | 53 | 2E |
| Octal | 163 | 327 | 24 | 57 | 0 | 133 | 20 | 133 | 123 | 56 |
| Binary | 1110011 | 11010111 | 10100 | 101111 | 0 | 1011011 | 10000 | 1011011 | 1010011 | 101110 |
Color Harmonies of #73D714
Complementary color
Monochromatic Colors of #73D714
Black with #73D714
Text Example
Text Example
White with #73D714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D714; }
p { color: rgb(115,215,20); }
H1.HeaderClassName
{
color: #73D714;
}
.AnyTagClassName
{
color: #73D714;
}
</style>
background-color css
<style>
a { background-color: #73D714; }
a { background-color: rgb(115,215,20); }
div.DivClassName
{
background-color: #73D714;
}
.BgClassName
{
background-color: #73D714;
}
</style>
border-color css
<style>
span { border-color: #73D714; }
span { border-color: rgb(115,215,20); }
td.TdClassName
{
border-color: #73D714;
}
.TagClassName
{
border-color: #73D714;
}
</style>