Shades of Lawn Green #73F00F
Tints of Lawn Green #73F00F
RGB
CMYK
RGB Variations
Color information
#73F00F (or 0x73F00F) is known color: Lawn Green. HEX triplet: 73, F0 and 0F. RGB value is (115,240,15). Sum of RGB (Red+Green+Blue) = 115+240+15=370 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.08% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #73F00F is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F00F is #8C0FF0. Grayscale: #B1B1B1. Windows color (decimal): -9179121 or 1044595. OLE color: 1044595.
HSL color Cylindrical-coordinate representation of color #73F00F: hue angle of 93.33º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #73F00F is Cyan = 0.52, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 240 | 15 | - |
| CMYK | 0.52 | 0 | 0.94 | 0.06 |
| HSL | 93.33º | 0.88% | 0.5% | - |
| HSV(B) | 93.33º | 0.94% | 0.94% | - |
| XYZ | 38.32 | 66 | 11.17 | - |
| YUV | 176.98 | 36.59 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 240 | 15 | 0.52 | 0 | 0.94 | 0.06 | 93.33 | 0.88 | 0.5 |
| Hex | 73 | F0 | F | 34 | 0 | 5E | 6 | 5D | 58 | 32 |
| Octal | 163 | 360 | 17 | 64 | 0 | 136 | 6 | 135 | 130 | 62 |
| Binary | 1110011 | 11110000 | 1111 | 110100 | 0 | 1011110 | 110 | 1011101 | 1011000 | 110010 |
Color Harmonies of #73F00F
Complementary color
Monochromatic Colors of #73F00F
Black with #73F00F
Text Example
Text Example
White with #73F00F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F00F; }
p { color: rgb(115,240,15); }
H1.HeaderClassName
{
color: #73F00F;
}
.AnyTagClassName
{
color: #73F00F;
}
</style>
background-color css
<style>
a { background-color: #73F00F; }
a { background-color: rgb(115,240,15); }
div.DivClassName
{
background-color: #73F00F;
}
.BgClassName
{
background-color: #73F00F;
}
</style>
border-color css
<style>
span { border-color: #73F00F; }
span { border-color: rgb(115,240,15); }
td.TdClassName
{
border-color: #73F00F;
}
.TagClassName
{
border-color: #73F00F;
}
</style>