Shades of Lawn Green #73F505
Tints of Lawn Green #73F505
RGB
CMYK
RGB Variations
Color information
#73F505 (or 0x73F505) is known color: Lawn Green. HEX triplet: 73, F5 and 05. RGB value is (115,245,5). Sum of RGB (Red+Green+Blue) = 115+245+5=365 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.51% from 365); Green value is 245 (96.09% from 255 or 67.12% from 365); Blue value is 5 (2.34% from 255 or 1.37% from 365); Max value from RGB is 245 - color contains mainly: green. Hex color #73F505 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #73F505 is #8C0AFA. Grayscale: #B3B3B3. Windows color (decimal): -9177851 or 390515. OLE color: 390515.
HSL color Cylindrical-coordinate representation of color #73F505: hue angle of 92.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73F505 is Cyan = 0.53, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 245 | 5 | - |
| CMYK | 0.53 | 0 | 0.98 | 0.04 |
| HSL | 92.5º | 0.96% | 0.49% | - |
| HSV(B) | 92.5º | 0.98% | 0.96% | - |
| XYZ | 39.75 | 68.96 | 11.36 | - |
| YUV | 178.77 | 29.93 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 245 | 5 | 0.53 | 0 | 0.98 | 0.04 | 92.5 | 0.96 | 0.49 |
| Hex | 73 | F5 | 5 | 35 | 0 | 62 | 4 | 5C | 60 | 31 |
| Octal | 163 | 365 | 5 | 65 | 0 | 142 | 4 | 134 | 140 | 61 |
| Binary | 1110011 | 11110101 | 101 | 110101 | 0 | 1100010 | 100 | 1011100 | 1100000 | 110001 |
Color Harmonies of #73F505
Complementary color
Monochromatic Colors of #73F505
Black with #73F505
Text Example
Text Example
White with #73F505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F505; }
p { color: rgb(115,245,5); }
H1.HeaderClassName
{
color: #73F505;
}
.AnyTagClassName
{
color: #73F505;
}
</style>
background-color css
<style>
a { background-color: #73F505; }
a { background-color: rgb(115,245,5); }
div.DivClassName
{
background-color: #73F505;
}
.BgClassName
{
background-color: #73F505;
}
</style>
border-color css
<style>
span { border-color: #73F505; }
span { border-color: rgb(115,245,5); }
td.TdClassName
{
border-color: #73F505;
}
.TagClassName
{
border-color: #73F505;
}
</style>