Shades of Lawn Green #73F325
Tints of Lawn Green #73F325
RGB
CMYK
RGB Variations
Color information
#73F325 (or 0x73F325) is known color: Lawn Green. HEX triplet: 73, F3 and 25. RGB value is (115,243,37). Sum of RGB (Red+Green+Blue) = 115+243+37=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 243 (95.31% from 255 or 61.52% from 395); Blue value is 37 (14.84% from 255 or 9.37% from 395); Max value from RGB is 243 - color contains mainly: green. Hex color #73F325 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F325 is #8C0CDA. Grayscale: #B5B5B5. Windows color (decimal): -9178331 or 2487155. OLE color: 2487155.
HSL color Cylindrical-coordinate representation of color #73F325: hue angle of 97.28º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73F325 is Cyan = 0.53, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 243 | 37 | - |
| CMYK | 0.53 | 0 | 0.85 | 0.05 |
| HSL | 97.28º | 0.9% | 0.55% | - |
| HSV(B) | 97.28º | 0.85% | 0.95% | - |
| XYZ | 39.45 | 67.88 | 12.77 | - |
| YUV | 181.24 | 46.59 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 243 | 37 | 0.53 | 0 | 0.85 | 0.05 | 97.28 | 0.9 | 0.55 |
| Hex | 73 | F3 | 25 | 35 | 0 | 55 | 5 | 61 | 5A | 37 |
| Octal | 163 | 363 | 45 | 65 | 0 | 125 | 5 | 141 | 132 | 67 |
| Binary | 1110011 | 11110011 | 100101 | 110101 | 0 | 1010101 | 101 | 1100001 | 1011010 | 110111 |
Color Harmonies of #73F325
Complementary color
Monochromatic Colors of #73F325
Black with #73F325
Text Example
Text Example
White with #73F325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F325; }
p { color: rgb(115,243,37); }
H1.HeaderClassName
{
color: #73F325;
}
.AnyTagClassName
{
color: #73F325;
}
</style>
background-color css
<style>
a { background-color: #73F325; }
a { background-color: rgb(115,243,37); }
div.DivClassName
{
background-color: #73F325;
}
.BgClassName
{
background-color: #73F325;
}
</style>
border-color css
<style>
span { border-color: #73F325; }
span { border-color: rgb(115,243,37); }
td.TdClassName
{
border-color: #73F325;
}
.TagClassName
{
border-color: #73F325;
}
</style>