Shades of Lima #73B531
Tints of Lima #73B531
RGB
CMYK
RGB Variations
Color information
#73B531 (or 0x73B531) is known color: Lima. HEX triplet: 73, B5 and 31. RGB value is (115,181,49). Sum of RGB (Red+Green+Blue) = 115+181+49=345 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.33% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #73B531 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B531 is #8C4ACE. Grayscale: #929292. Windows color (decimal): -9194191 or 3257715. OLE color: 3257715.
HSL color Cylindrical-coordinate representation of color #73B531: hue angle of 90º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73B531 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 115 | 181 | 49 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.29 |
| HSL | 90º | 0.57% | 0.45% | - |
| HSV(B) | 90º | 0.73% | 0.71% | - |
| XYZ | 24.15 | 36.91 | 8.76 | - |
| YUV | 146.22 | 73.13 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 181 | 49 | 0.36 | 0 | 0.73 | 0.29 | 90 | 0.57 | 0.45 |
| Hex | 73 | B5 | 31 | 24 | 0 | 49 | 1D | 5A | 39 | 2D |
| Octal | 163 | 265 | 61 | 44 | 0 | 111 | 35 | 132 | 71 | 55 |
| Binary | 1110011 | 10110101 | 110001 | 100100 | 0 | 1001001 | 11101 | 1011010 | 111001 | 101101 |
Color Harmonies of #73B531
Complementary color
Monochromatic Colors of #73B531
Black with #73B531
Text Example
Text Example
White with #73B531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B531; }
p { color: rgb(115,181,49); }
H1.HeaderClassName
{
color: #73B531;
}
.AnyTagClassName
{
color: #73B531;
}
</style>
background-color css
<style>
a { background-color: #73B531; }
a { background-color: rgb(115,181,49); }
div.DivClassName
{
background-color: #73B531;
}
.BgClassName
{
background-color: #73B531;
}
</style>
border-color css
<style>
span { border-color: #73B531; }
span { border-color: rgb(115,181,49); }
td.TdClassName
{
border-color: #73B531;
}
.TagClassName
{
border-color: #73B531;
}
</style>