Shades of Lawn Green #73DF14
Tints of Lawn Green #73DF14
RGB
CMYK
RGB Variations
Color information
#73DF14 (or 0x73DF14) is known color: Lawn Green. HEX triplet: 73, DF and 14. RGB value is (115,223,20). Sum of RGB (Red+Green+Blue) = 115+223+20=358 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.12% from 358); Green value is 223 (87.5% from 255 or 62.29% from 358); Blue value is 20 (8.20% from 255 or 5.59% from 358); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DF14 is #8C20EB. Grayscale: #A8A8A8. Windows color (decimal): -9183468 or 1367923. OLE color: 1367923.
HSL color Cylindrical-coordinate representation of color #73DF14: hue angle of 91.92º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #73DF14 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 20 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.13 |
| HSL | 91.92º | 0.84% | 0.48% | - |
| HSV(B) | 91.92º | 0.91% | 0.87% | - |
| XYZ | 33.58 | 56.47 | 9.79 | - |
| YUV | 167.57 | 44.72 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 20 | 0.48 | 0 | 0.91 | 0.13 | 91.92 | 0.84 | 0.48 |
| Hex | 73 | DF | 14 | 30 | 0 | 5B | D | 5C | 54 | 30 |
| Octal | 163 | 337 | 24 | 60 | 0 | 133 | 15 | 134 | 124 | 60 |
| Binary | 1110011 | 11011111 | 10100 | 110000 | 0 | 1011011 | 1101 | 1011100 | 1010100 | 110000 |
Color Harmonies of #73DF14
Complementary color
Monochromatic Colors of #73DF14
Black with #73DF14
Text Example
Text Example
White with #73DF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF14; }
p { color: rgb(115,223,20); }
H1.HeaderClassName
{
color: #73DF14;
}
.AnyTagClassName
{
color: #73DF14;
}
</style>
background-color css
<style>
a { background-color: #73DF14; }
a { background-color: rgb(115,223,20); }
div.DivClassName
{
background-color: #73DF14;
}
.BgClassName
{
background-color: #73DF14;
}
</style>
border-color css
<style>
span { border-color: #73DF14; }
span { border-color: rgb(115,223,20); }
td.TdClassName
{
border-color: #73DF14;
}
.TagClassName
{
border-color: #73DF14;
}
</style>