Shades of Lawn Green #73DF13
Tints of Lawn Green #73DF13
RGB
CMYK
RGB Variations
Color information
#73DF13 (or 0x73DF13) is known color: Lawn Green. HEX triplet: 73, DF and 13. RGB value is (115,223,19). Sum of RGB (Red+Green+Blue) = 115+223+19=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 223 (87.5% from 255 or 62.46% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 223 - color contains mainly: green. Hex color #73DF13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73DF13 is #8C20EC. Grayscale: #A8A8A8. Windows color (decimal): -9183469 or 1302387. OLE color: 1302387.
HSL color Cylindrical-coordinate representation of color #73DF13: hue angle of 91.76º degrees, saturation: 0.84, 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 #73DF13 is Cyan = 0.48, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 19 | - |
| CMYK | 0.48 | 0 | 0.91 | 0.13 |
| HSL | 91.76º | 0.84% | 0.47% | - |
| HSV(B) | 91.76º | 0.91% | 0.87% | - |
| XYZ | 33.58 | 56.47 | 9.75 | - |
| YUV | 167.45 | 44.22 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 19 | 0.48 | 0 | 0.91 | 0.13 | 91.76 | 0.84 | 0.47 |
| Hex | 73 | DF | 13 | 30 | 0 | 5B | D | 5C | 54 | 2F |
| Octal | 163 | 337 | 23 | 60 | 0 | 133 | 15 | 134 | 124 | 57 |
| Binary | 1110011 | 11011111 | 10011 | 110000 | 0 | 1011011 | 1101 | 1011100 | 1010100 | 101111 |
Color Harmonies of #73DF13
Complementary color
Monochromatic Colors of #73DF13
Black with #73DF13
Text Example
Text Example
White with #73DF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DF13; }
p { color: rgb(115,223,19); }
H1.HeaderClassName
{
color: #73DF13;
}
.AnyTagClassName
{
color: #73DF13;
}
</style>
background-color css
<style>
a { background-color: #73DF13; }
a { background-color: rgb(115,223,19); }
div.DivClassName
{
background-color: #73DF13;
}
.BgClassName
{
background-color: #73DF13;
}
</style>
border-color css
<style>
span { border-color: #73DF13; }
span { border-color: rgb(115,223,19); }
td.TdClassName
{
border-color: #73DF13;
}
.TagClassName
{
border-color: #73DF13;
}
</style>