Shades of Lawn Green #73FA1F
Tints of Lawn Green #73FA1F
RGB
CMYK
RGB Variations
Color information
#73FA1F (or 0x73FA1F) is known color: Lawn Green. HEX triplet: 73, FA and 1F. RGB value is (115,250,31). Sum of RGB (Red+Green+Blue) = 115+250+31=396 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.04% from 396); Green value is 250 (98.05% from 255 or 63.13% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FA1F is #8C05E0. Grayscale: #B9B9B9. Windows color (decimal): -9176545 or 2095731. OLE color: 2095731.
HSL color Cylindrical-coordinate representation of color #73FA1F: hue angle of 96.99º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #73FA1F is Cyan = 0.54, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 31 | - |
| CMYK | 0.54 | 0 | 0.88 | 0.02 |
| HSL | 96.99º | 0.96% | 0.55% | - |
| HSV(B) | 96.99º | 0.88% | 0.98% | - |
| XYZ | 41.5 | 72.11 | 13.03 | - |
| YUV | 184.67 | 41.27 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 31 | 0.54 | 0 | 0.88 | 0.02 | 96.99 | 0.96 | 0.55 |
| Hex | 73 | FA | 1F | 36 | 0 | 58 | 2 | 61 | 60 | 37 |
| Octal | 163 | 372 | 37 | 66 | 0 | 130 | 2 | 141 | 140 | 67 |
| Binary | 1110011 | 11111010 | 11111 | 110110 | 0 | 1011000 | 10 | 1100001 | 1100000 | 110111 |
Color Harmonies of #73FA1F
Complementary color
Monochromatic Colors of #73FA1F
Black with #73FA1F
Text Example
Text Example
White with #73FA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA1F; }
p { color: rgb(115,250,31); }
H1.HeaderClassName
{
color: #73FA1F;
}
.AnyTagClassName
{
color: #73FA1F;
}
</style>
background-color css
<style>
a { background-color: #73FA1F; }
a { background-color: rgb(115,250,31); }
div.DivClassName
{
background-color: #73FA1F;
}
.BgClassName
{
background-color: #73FA1F;
}
</style>
border-color css
<style>
span { border-color: #73FA1F; }
span { border-color: rgb(115,250,31); }
td.TdClassName
{
border-color: #73FA1F;
}
.TagClassName
{
border-color: #73FA1F;
}
</style>