Shades of Lawn Green #73FA0F
Tints of Lawn Green #73FA0F
RGB
CMYK
RGB Variations
Color information
#73FA0F (or 0x73FA0F) is known color: Lawn Green. HEX triplet: 73, FA and 0F. RGB value is (115,250,15). Sum of RGB (Red+Green+Blue) = 115+250+15=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 250 (98.05% from 255 or 65.79% from 380); Blue value is 15 (6.25% from 255 or 3.95% from 380); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA0F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73FA0F is #8C05F0. Grayscale: #B7B7B7. Windows color (decimal): -9176561 or 1047155. OLE color: 1047155.
HSL color Cylindrical-coordinate representation of color #73FA0F: hue angle of 94.47º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73FA0F is Cyan = 0.54, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 15 | - |
| CMYK | 0.54 | 0 | 0.94 | 0.02 |
| HSL | 94.47º | 0.96% | 0.52% | - |
| HSV(B) | 94.47º | 0.94% | 0.98% | - |
| XYZ | 41.34 | 72.05 | 12.18 | - |
| YUV | 182.85 | 33.27 | 79.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 15 | 0.54 | 0 | 0.94 | 0.02 | 94.47 | 0.96 | 0.52 |
| Hex | 73 | FA | F | 36 | 0 | 5E | 2 | 5E | 60 | 34 |
| Octal | 163 | 372 | 17 | 66 | 0 | 136 | 2 | 136 | 140 | 64 |
| Binary | 1110011 | 11111010 | 1111 | 110110 | 0 | 1011110 | 10 | 1011110 | 1100000 | 110100 |
Color Harmonies of #73FA0F
Complementary color
Monochromatic Colors of #73FA0F
Black with #73FA0F
Text Example
Text Example
White with #73FA0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA0F; }
p { color: rgb(115,250,15); }
H1.HeaderClassName
{
color: #73FA0F;
}
.AnyTagClassName
{
color: #73FA0F;
}
</style>
background-color css
<style>
a { background-color: #73FA0F; }
a { background-color: rgb(115,250,15); }
div.DivClassName
{
background-color: #73FA0F;
}
.BgClassName
{
background-color: #73FA0F;
}
</style>
border-color css
<style>
span { border-color: #73FA0F; }
span { border-color: rgb(115,250,15); }
td.TdClassName
{
border-color: #73FA0F;
}
.TagClassName
{
border-color: #73FA0F;
}
</style>