Shades of Lawn Green #73F519
Tints of Lawn Green #73F519
RGB
CMYK
RGB Variations
Color information
#73F519 (or 0x73F519) is known color: Lawn Green. HEX triplet: 73, F5 and 19. RGB value is (115,245,25). Sum of RGB (Red+Green+Blue) = 115+245+25=385 (50% of max value = 765). Red value is 115 (45.31% from 255 or 29.87% from 385); Green value is 245 (96.09% from 255 or 63.64% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 245 - color contains mainly: green. Hex color #73F519 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F519 is #8C0AE6. Grayscale: #B5B5B5. Windows color (decimal): -9177831 or 1701235. OLE color: 1701235.
HSL color Cylindrical-coordinate representation of color #73F519: hue angle of 95.45º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73F519 is Cyan = 0.53, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 245 | 25 | - |
| CMYK | 0.53 | 0 | 0.90 | 0.04 |
| HSL | 95.45º | 0.92% | 0.53% | - |
| HSV(B) | 95.45º | 0.9% | 0.96% | - |
| XYZ | 39.9 | 69.02 | 12.14 | - |
| YUV | 181.05 | 39.93 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 245 | 25 | 0.53 | 0 | 0.90 | 0.04 | 95.45 | 0.92 | 0.53 |
| Hex | 73 | F5 | 19 | 35 | 0 | 5A | 4 | 5F | 5C | 35 |
| Octal | 163 | 365 | 31 | 65 | 0 | 132 | 4 | 137 | 134 | 65 |
| Binary | 1110011 | 11110101 | 11001 | 110101 | 0 | 1011010 | 100 | 1011111 | 1011100 | 110101 |
Color Harmonies of #73F519
Complementary color
Monochromatic Colors of #73F519
Black with #73F519
Text Example
Text Example
White with #73F519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F519; }
p { color: rgb(115,245,25); }
H1.HeaderClassName
{
color: #73F519;
}
.AnyTagClassName
{
color: #73F519;
}
</style>
background-color css
<style>
a { background-color: #73F519; }
a { background-color: rgb(115,245,25); }
div.DivClassName
{
background-color: #73F519;
}
.BgClassName
{
background-color: #73F519;
}
</style>
border-color css
<style>
span { border-color: #73F519; }
span { border-color: rgb(115,245,25); }
td.TdClassName
{
border-color: #73F519;
}
.TagClassName
{
border-color: #73F519;
}
</style>