Shades of Lawn Green #73DD14
Tints of Lawn Green #73DD14
RGB
CMYK
RGB Variations
Color information
#73DD14 (or 0x73DD14) is known color: Lawn Green. HEX triplet: 73, DD and 14. RGB value is (115,221,20). Sum of RGB (Red+Green+Blue) = 115+221+20=356 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.30% from 356); Green value is 221 (86.72% from 255 or 62.08% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 221 - color contains mainly: green. Hex color #73DD14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DD14 is #8C22EB. Grayscale: #A7A7A7. Windows color (decimal): -9183980 or 1367411. OLE color: 1367411.
HSL color Cylindrical-coordinate representation of color #73DD14: hue angle of 91.64º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73DD14 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 20 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.13 |
| HSL | 91.64º | 0.83% | 0.47% | - |
| HSV(B) | 91.64º | 0.91% | 0.87% | - |
| XYZ | 33.05 | 55.41 | 9.61 | - |
| YUV | 166.39 | 45.38 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 20 | 0.48 | 0 | 0.91 | 0.13 | 91.64 | 0.83 | 0.47 |
| Hex | 73 | DD | 14 | 30 | 0 | 5B | D | 5C | 53 | 2F |
| Octal | 163 | 335 | 24 | 60 | 0 | 133 | 15 | 134 | 123 | 57 |
| Binary | 1110011 | 11011101 | 10100 | 110000 | 0 | 1011011 | 1101 | 1011100 | 1010011 | 101111 |
Color Harmonies of #73DD14
Complementary color
Monochromatic Colors of #73DD14
Black with #73DD14
Text Example
Text Example
White with #73DD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DD14; }
p { color: rgb(115,221,20); }
H1.HeaderClassName
{
color: #73DD14;
}
.AnyTagClassName
{
color: #73DD14;
}
</style>
background-color css
<style>
a { background-color: #73DD14; }
a { background-color: rgb(115,221,20); }
div.DivClassName
{
background-color: #73DD14;
}
.BgClassName
{
background-color: #73DD14;
}
</style>
border-color css
<style>
span { border-color: #73DD14; }
span { border-color: rgb(115,221,20); }
td.TdClassName
{
border-color: #73DD14;
}
.TagClassName
{
border-color: #73DD14;
}
</style>