Shades of Lima #73B127
Tints of Lima #73B127
RGB
CMYK
RGB Variations
Color information
#73B127 (or 0x73B127) is known color: Lima. HEX triplet: 73, B1 and 27. RGB value is (115,177,39). Sum of RGB (Red+Green+Blue) = 115+177+39=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 177 (69.53% from 255 or 53.47% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 177 - color contains mainly: green. Hex color #73B127 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73B127 is #8C4ED8. Grayscale: #8F8F8F. Windows color (decimal): -9195225 or 2601331. OLE color: 2601331.
HSL color Cylindrical-coordinate representation of color #73B127: hue angle of 86.96º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73B127 is Cyan = 0.35, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 177 | 39 | - |
| CMYK | 0.35 | 0 | 0.78 | 0.31 |
| HSL | 86.96º | 0.64% | 0.42% | - |
| HSV(B) | 86.96º | 0.78% | 0.69% | - |
| XYZ | 23.16 | 35.24 | 7.5 | - |
| YUV | 142.73 | 69.46 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 177 | 39 | 0.35 | 0 | 0.78 | 0.31 | 86.96 | 0.64 | 0.42 |
| Hex | 73 | B1 | 27 | 23 | 0 | 4E | 1F | 57 | 40 | 2A |
| Octal | 163 | 261 | 47 | 43 | 0 | 116 | 37 | 127 | 100 | 52 |
| Binary | 1110011 | 10110001 | 100111 | 100011 | 0 | 1001110 | 11111 | 1010111 | 1000000 | 101010 |
Color Harmonies of #73B127
Complementary color
Monochromatic Colors of #73B127
Black with #73B127
Text Example
Text Example
White with #73B127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73B127; }
p { color: rgb(115,177,39); }
H1.HeaderClassName
{
color: #73B127;
}
.AnyTagClassName
{
color: #73B127;
}
</style>
background-color css
<style>
a { background-color: #73B127; }
a { background-color: rgb(115,177,39); }
div.DivClassName
{
background-color: #73B127;
}
.BgClassName
{
background-color: #73B127;
}
</style>
border-color css
<style>
span { border-color: #73B127; }
span { border-color: rgb(115,177,39); }
td.TdClassName
{
border-color: #73B127;
}
.TagClassName
{
border-color: #73B127;
}
</style>