Shades of Lima #73B735
Tints of Lima #73B735
RGB
CMYK
RGB Variations
Color information
#73B735 (or 0x73B735) is known color: Lima. HEX triplet: 73, B7 and 35. RGB value is (115,183,53). Sum of RGB (Red+Green+Blue) = 115+183+53=351 (46% of max value = 765). Red value is 115 (45.31% from 255 or 32.76% from 351); Green value is 183 (71.88% from 255 or 52.14% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 183 - color contains mainly: green. Hex color #73B735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #73B735 is #8C48CA. Grayscale: #949494. Windows color (decimal): -9193675 or 3520371. OLE color: 3520371.
HSL color Cylindrical-coordinate representation of color #73B735: hue angle of 91.38º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73B735 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 115 | 183 | 53 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.28 |
| HSL | 91.38º | 0.55% | 0.46% | - |
| HSV(B) | 91.38º | 0.71% | 0.72% | - |
| XYZ | 24.65 | 37.77 | 9.36 | - |
| YUV | 147.85 | 74.47 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 183 | 53 | 0.37 | 0 | 0.71 | 0.28 | 91.38 | 0.55 | 0.46 |
| Hex | 73 | B7 | 35 | 25 | 0 | 47 | 1C | 5B | 37 | 2E |
| Octal | 163 | 267 | 65 | 45 | 0 | 107 | 34 | 133 | 67 | 56 |
| Binary | 1110011 | 10110111 | 110101 | 100101 | 0 | 1000111 | 11100 | 1011011 | 110111 | 101110 |
Color Harmonies of #73B735
Complementary color
Monochromatic Colors of #73B735
Black with #73B735
Text Example
Text Example
White with #73B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B735; }
p { color: rgb(115,183,53); }
H1.HeaderClassName
{
color: #73B735;
}
.AnyTagClassName
{
color: #73B735;
}
</style>
background-color css
<style>
a { background-color: #73B735; }
a { background-color: rgb(115,183,53); }
div.DivClassName
{
background-color: #73B735;
}
.BgClassName
{
background-color: #73B735;
}
</style>
border-color css
<style>
span { border-color: #73B735; }
span { border-color: rgb(115,183,53); }
td.TdClassName
{
border-color: #73B735;
}
.TagClassName
{
border-color: #73B735;
}
</style>