Shades of Lawn Green #73D506
Tints of Lawn Green #73D506
RGB
CMYK
RGB Variations
Color information
#73D506 (or 0x73D506) is known color: Lawn Green. HEX triplet: 73, D5 and 06. RGB value is (115,213,6). Sum of RGB (Red+Green+Blue) = 115+213+6=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 213 (83.59% from 255 or 63.77% from 334); Blue value is 6 (2.73% from 255 or 1.80% from 334); Max value from RGB is 213 - color contains mainly: green. Hex color #73D506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #73D506 is #8C2AF9. Grayscale: #A0A0A0. Windows color (decimal): -9186042 or 447859. OLE color: 447859.
HSL color Cylindrical-coordinate representation of color #73D506: hue angle of 88.41º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #73D506 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 6 | - |
| CMYK | 0.46 | 0 | 0.97 | 0.16 |
| HSL | 88.41º | 0.95% | 0.43% | - |
| HSV(B) | 88.41º | 0.97% | 0.84% | - |
| XYZ | 30.9 | 51.25 | 8.44 | - |
| YUV | 160.1 | 41.03 | 95.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 6 | 0.46 | 0 | 0.97 | 0.16 | 88.41 | 0.95 | 0.43 |
| Hex | 73 | D5 | 6 | 2E | 0 | 61 | 10 | 58 | 5F | 2B |
| Octal | 163 | 325 | 6 | 56 | 0 | 141 | 20 | 130 | 137 | 53 |
| Binary | 1110011 | 11010101 | 110 | 101110 | 0 | 1100001 | 10000 | 1011000 | 1011111 | 101011 |
Color Harmonies of #73D506
Complementary color
Monochromatic Colors of #73D506
Black with #73D506
Text Example
Text Example
White with #73D506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D506; }
p { color: rgb(115,213,6); }
H1.HeaderClassName
{
color: #73D506;
}
.AnyTagClassName
{
color: #73D506;
}
</style>
background-color css
<style>
a { background-color: #73D506; }
a { background-color: rgb(115,213,6); }
div.DivClassName
{
background-color: #73D506;
}
.BgClassName
{
background-color: #73D506;
}
</style>
border-color css
<style>
span { border-color: #73D506; }
span { border-color: rgb(115,213,6); }
td.TdClassName
{
border-color: #73D506;
}
.TagClassName
{
border-color: #73D506;
}
</style>