Shades of Lawn Green #73FA19
Tints of Lawn Green #73FA19
RGB
CMYK
RGB Variations
Color information
#73FA19 (or 0x73FA19) is known color: Lawn Green. HEX triplet: 73, FA and 19. RGB value is (115,250,25). Sum of RGB (Red+Green+Blue) = 115+250+25=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 250 (98.05% from 255 or 64.10% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA19 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FA19 is #8C05E6. Grayscale: #B8B8B8. Windows color (decimal): -9176551 or 1702515. OLE color: 1702515.
HSL color Cylindrical-coordinate representation of color #73FA19: hue angle of 96º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73FA19 is Cyan = 0.54, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 25 | - |
| CMYK | 0.54 | 0 | 0.9 | 0.02 |
| HSL | 96º | 0.96% | 0.54% | - |
| HSV(B) | 96º | 0.9% | 0.98% | - |
| XYZ | 41.43 | 72.09 | 12.65 | - |
| YUV | 183.99 | 38.27 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 25 | 0.54 | 0 | 0.9 | 0.02 | 96 | 0.96 | 0.54 |
| Hex | 73 | FA | 19 | 36 | 0 | 5A | 2 | 60 | 60 | 36 |
| Octal | 163 | 372 | 31 | 66 | 0 | 132 | 2 | 140 | 140 | 66 |
| Binary | 1110011 | 11111010 | 11001 | 110110 | 0 | 1011010 | 10 | 1100000 | 1100000 | 110110 |
Color Harmonies of #73FA19
Complementary color
Monochromatic Colors of #73FA19
Black with #73FA19
Text Example
Text Example
White with #73FA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA19; }
p { color: rgb(115,250,25); }
H1.HeaderClassName
{
color: #73FA19;
}
.AnyTagClassName
{
color: #73FA19;
}
</style>
background-color css
<style>
a { background-color: #73FA19; }
a { background-color: rgb(115,250,25); }
div.DivClassName
{
background-color: #73FA19;
}
.BgClassName
{
background-color: #73FA19;
}
</style>
border-color css
<style>
span { border-color: #73FA19; }
span { border-color: rgb(115,250,25); }
td.TdClassName
{
border-color: #73FA19;
}
.TagClassName
{
border-color: #73FA19;
}
</style>