Shades of Lawn Green #73F819
Tints of Lawn Green #73F819
RGB
CMYK
RGB Variations
Color information
#73F819 (or 0x73F819) is known color: Lawn Green. HEX triplet: 73, F8 and 19. RGB value is (115,248,25). Sum of RGB (Red+Green+Blue) = 115+248+25=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 25 (10.16% from 255 or 6.44% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #73F819 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F819 is #8C07E6. Grayscale: #B7B7B7. Windows color (decimal): -9177063 or 1702003. OLE color: 1702003.
HSL color Cylindrical-coordinate representation of color #73F819: hue angle of 95.78º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73F819 is Cyan = 0.54, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 248 | 25 | - |
| CMYK | 0.54 | 0 | 0.90 | 0.03 |
| HSL | 95.78º | 0.94% | 0.54% | - |
| HSV(B) | 95.78º | 0.9% | 0.97% | - |
| XYZ | 40.81 | 70.85 | 12.44 | - |
| YUV | 182.81 | 38.94 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 248 | 25 | 0.54 | 0 | 0.90 | 0.03 | 95.78 | 0.94 | 0.54 |
| Hex | 73 | F8 | 19 | 36 | 0 | 5A | 3 | 60 | 5E | 36 |
| Octal | 163 | 370 | 31 | 66 | 0 | 132 | 3 | 140 | 136 | 66 |
| Binary | 1110011 | 11111000 | 11001 | 110110 | 0 | 1011010 | 11 | 1100000 | 1011110 | 110110 |
Color Harmonies of #73F819
Complementary color
Monochromatic Colors of #73F819
Black with #73F819
Text Example
Text Example
White with #73F819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F819; }
p { color: rgb(115,248,25); }
H1.HeaderClassName
{
color: #73F819;
}
.AnyTagClassName
{
color: #73F819;
}
</style>
background-color css
<style>
a { background-color: #73F819; }
a { background-color: rgb(115,248,25); }
div.DivClassName
{
background-color: #73F819;
}
.BgClassName
{
background-color: #73F819;
}
</style>
border-color css
<style>
span { border-color: #73F819; }
span { border-color: rgb(115,248,25); }
td.TdClassName
{
border-color: #73F819;
}
.TagClassName
{
border-color: #73F819;
}
</style>