Shades of Lima #73B929
Tints of Lima #73B929
RGB
CMYK
RGB Variations
Color information
#73B929 (or 0x73B929) is known color: Lima. HEX triplet: 73, B9 and 29. RGB value is (115,185,41). Sum of RGB (Red+Green+Blue) = 115+185+41=341 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.72% from 341); Green value is 185 (72.66% from 255 or 54.25% from 341); Blue value is 41 (16.41% from 255 or 12.02% from 341); Max value from RGB is 185 - color contains mainly: green. Hex color #73B929 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B929 is #8C46D6. Grayscale: #949494. Windows color (decimal): -9193175 or 2734451. OLE color: 2734451.
HSL color Cylindrical-coordinate representation of color #73B929: hue angle of 89.17º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73B929 is Cyan = 0.38, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 115 | 185 | 41 | - |
| CMYK | 0.38 | 0 | 0.78 | 0.27 |
| HSL | 89.17º | 0.64% | 0.44% | - |
| HSV(B) | 89.17º | 0.78% | 0.73% | - |
| XYZ | 24.82 | 38.5 | 8.22 | - |
| YUV | 147.65 | 67.81 | 104.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 185 | 41 | 0.38 | 0 | 0.78 | 0.27 | 89.17 | 0.64 | 0.44 |
| Hex | 73 | B9 | 29 | 26 | 0 | 4E | 1B | 59 | 40 | 2C |
| Octal | 163 | 271 | 51 | 46 | 0 | 116 | 33 | 131 | 100 | 54 |
| Binary | 1110011 | 10111001 | 101001 | 100110 | 0 | 1001110 | 11011 | 1011001 | 1000000 | 101100 |
Color Harmonies of #73B929
Complementary color
Monochromatic Colors of #73B929
Black with #73B929
Text Example
Text Example
White with #73B929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B929; }
p { color: rgb(115,185,41); }
H1.HeaderClassName
{
color: #73B929;
}
.AnyTagClassName
{
color: #73B929;
}
</style>
background-color css
<style>
a { background-color: #73B929; }
a { background-color: rgb(115,185,41); }
div.DivClassName
{
background-color: #73B929;
}
.BgClassName
{
background-color: #73B929;
}
</style>
border-color css
<style>
span { border-color: #73B929; }
span { border-color: rgb(115,185,41); }
td.TdClassName
{
border-color: #73B929;
}
.TagClassName
{
border-color: #73B929;
}
</style>