Shades of Lima #73B331
Tints of Lima #73B331
RGB
CMYK
RGB Variations
Color information
#73B331 (or 0x73B331) is known color: Lima. HEX triplet: 73, B3 and 31. RGB value is (115,179,49). Sum of RGB (Red+Green+Blue) = 115+179+49=343 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.53% from 343); Green value is 179 (70.31% from 255 or 52.19% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 179 - color contains mainly: green. Hex color #73B331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B331 is #8C4CCE. Grayscale: #919191. Windows color (decimal): -9194703 or 3257203. OLE color: 3257203.
HSL color Cylindrical-coordinate representation of color #73B331: hue angle of 89.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73B331 is Cyan = 0.36, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 179 | 49 | - |
| CMYK | 0.36 | 0 | 0.73 | 0.30 |
| HSL | 89.54º | 0.57% | 0.45% | - |
| HSV(B) | 89.54º | 0.73% | 0.7% | - |
| XYZ | 23.74 | 36.11 | 8.62 | - |
| YUV | 145.04 | 73.8 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 179 | 49 | 0.36 | 0 | 0.73 | 0.30 | 89.54 | 0.57 | 0.45 |
| Hex | 73 | B3 | 31 | 24 | 0 | 49 | 1E | 5A | 39 | 2D |
| Octal | 163 | 263 | 61 | 44 | 0 | 111 | 36 | 132 | 71 | 55 |
| Binary | 1110011 | 10110011 | 110001 | 100100 | 0 | 1001001 | 11110 | 1011010 | 111001 | 101101 |
Color Harmonies of #73B331
Complementary color
Monochromatic Colors of #73B331
Black with #73B331
Text Example
Text Example
White with #73B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B331; }
p { color: rgb(115,179,49); }
H1.HeaderClassName
{
color: #73B331;
}
.AnyTagClassName
{
color: #73B331;
}
</style>
background-color css
<style>
a { background-color: #73B331; }
a { background-color: rgb(115,179,49); }
div.DivClassName
{
background-color: #73B331;
}
.BgClassName
{
background-color: #73B331;
}
</style>
border-color css
<style>
span { border-color: #73B331; }
span { border-color: rgb(115,179,49); }
td.TdClassName
{
border-color: #73B331;
}
.TagClassName
{
border-color: #73B331;
}
</style>