Shades of Lawn Green #73F714
Tints of Lawn Green #73F714
RGB
CMYK
RGB Variations
Color information
#73F714 (or 0x73F714) is known color: Lawn Green. HEX triplet: 73, F7 and 14. RGB value is (115,247,20). Sum of RGB (Red+Green+Blue) = 115+247+20=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 247 (96.88% from 255 or 64.66% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 247 - color contains mainly: green. Hex color #73F714 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F714 is #8C08EB. Grayscale: #B6B6B6. Windows color (decimal): -9177324 or 1374067. OLE color: 1374067.
HSL color Cylindrical-coordinate representation of color #73F714: hue angle of 94.89º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #73F714 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 247 | 20 | - |
| CMYK | 0.53 | 0 | 0.92 | 0.03 |
| HSL | 94.89º | 0.93% | 0.52% | - |
| HSV(B) | 94.89º | 0.92% | 0.97% | - |
| XYZ | 40.46 | 70.22 | 12.08 | - |
| YUV | 181.65 | 36.77 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 247 | 20 | 0.53 | 0 | 0.92 | 0.03 | 94.89 | 0.93 | 0.52 |
| Hex | 73 | F7 | 14 | 35 | 0 | 5C | 3 | 5F | 5D | 34 |
| Octal | 163 | 367 | 24 | 65 | 0 | 134 | 3 | 137 | 135 | 64 |
| Binary | 1110011 | 11110111 | 10100 | 110101 | 0 | 1011100 | 11 | 1011111 | 1011101 | 110100 |
Color Harmonies of #73F714
Complementary color
Monochromatic Colors of #73F714
Black with #73F714
Text Example
Text Example
White with #73F714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F714; }
p { color: rgb(115,247,20); }
H1.HeaderClassName
{
color: #73F714;
}
.AnyTagClassName
{
color: #73F714;
}
</style>
background-color css
<style>
a { background-color: #73F714; }
a { background-color: rgb(115,247,20); }
div.DivClassName
{
background-color: #73F714;
}
.BgClassName
{
background-color: #73F714;
}
</style>
border-color css
<style>
span { border-color: #73F714; }
span { border-color: rgb(115,247,20); }
td.TdClassName
{
border-color: #73F714;
}
.TagClassName
{
border-color: #73F714;
}
</style>