Shades of Lawn Green #73F51C
Tints of Lawn Green #73F51C
RGB
CMYK
RGB Variations
Color information
#73F51C (or 0x73F51C) is known color: Lawn Green. HEX triplet: 73, F5 and 1C. RGB value is (115,245,28). Sum of RGB (Red+Green+Blue) = 115+245+28=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 245 (96.09% from 255 or 63.14% from 388); Blue value is 28 (11.33% from 255 or 7.22% from 388); Max value from RGB is 245 - color contains mainly: green. Hex color #73F51C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F51C is #8C0AE3. Grayscale: #B6B6B6. Windows color (decimal): -9177828 or 1897843. OLE color: 1897843.
HSL color Cylindrical-coordinate representation of color #73F51C: hue angle of 95.94º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73F51C is Cyan = 0.53, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 245 | 28 | - |
| CMYK | 0.53 | 0 | 0.89 | 0.04 |
| HSL | 95.94º | 0.92% | 0.54% | - |
| HSV(B) | 95.94º | 0.89% | 0.96% | - |
| XYZ | 39.93 | 69.03 | 12.32 | - |
| YUV | 181.39 | 41.43 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 245 | 28 | 0.53 | 0 | 0.89 | 0.04 | 95.94 | 0.92 | 0.54 |
| Hex | 73 | F5 | 1C | 35 | 0 | 59 | 4 | 60 | 5C | 36 |
| Octal | 163 | 365 | 34 | 65 | 0 | 131 | 4 | 140 | 134 | 66 |
| Binary | 1110011 | 11110101 | 11100 | 110101 | 0 | 1011001 | 100 | 1100000 | 1011100 | 110110 |
Color Harmonies of #73F51C
Complementary color
Monochromatic Colors of #73F51C
Black with #73F51C
Text Example
Text Example
White with #73F51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F51C; }
p { color: rgb(115,245,28); }
H1.HeaderClassName
{
color: #73F51C;
}
.AnyTagClassName
{
color: #73F51C;
}
</style>
background-color css
<style>
a { background-color: #73F51C; }
a { background-color: rgb(115,245,28); }
div.DivClassName
{
background-color: #73F51C;
}
.BgClassName
{
background-color: #73F51C;
}
</style>
border-color css
<style>
span { border-color: #73F51C; }
span { border-color: rgb(115,245,28); }
td.TdClassName
{
border-color: #73F51C;
}
.TagClassName
{
border-color: #73F51C;
}
</style>