Shades of Lima #73AB31
Tints of Lima #73AB31
RGB
CMYK
RGB Variations
Color information
#73AB31 (or 0x73AB31) is known color: Lima. HEX triplet: 73, AB and 31. RGB value is (115,171,49). Sum of RGB (Red+Green+Blue) = 115+171+49=335 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.33% from 335); Green value is 171 (67.19% from 255 or 51.04% from 335); Blue value is 49 (19.53% from 255 or 14.63% from 335); Max value from RGB is 171 - color contains mainly: green. Hex color #73AB31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73AB31 is #8C54CE. Grayscale: #8C8C8C. Windows color (decimal): -9196751 or 3255155. OLE color: 3255155.
HSL color Cylindrical-coordinate representation of color #73AB31: hue angle of 87.54º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73AB31 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 171 | 49 | - |
| CMYK | 0.33 | 0 | 0.71 | 0.33 |
| HSL | 87.54º | 0.55% | 0.43% | - |
| HSV(B) | 87.54º | 0.71% | 0.67% | - |
| XYZ | 22.19 | 32.99 | 8.1 | - |
| YUV | 140.35 | 76.45 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 171 | 49 | 0.33 | 0 | 0.71 | 0.33 | 87.54 | 0.55 | 0.43 |
| Hex | 73 | AB | 31 | 21 | 0 | 47 | 21 | 58 | 37 | 2B |
| Octal | 163 | 253 | 61 | 41 | 0 | 107 | 41 | 130 | 67 | 53 |
| Binary | 1110011 | 10101011 | 110001 | 100001 | 0 | 1000111 | 100001 | 1011000 | 110111 | 101011 |
Color Harmonies of #73AB31
Complementary color
Monochromatic Colors of #73AB31
Black with #73AB31
Text Example
Text Example
White with #73AB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AB31; }
p { color: rgb(115,171,49); }
H1.HeaderClassName
{
color: #73AB31;
}
.AnyTagClassName
{
color: #73AB31;
}
</style>
background-color css
<style>
a { background-color: #73AB31; }
a { background-color: rgb(115,171,49); }
div.DivClassName
{
background-color: #73AB31;
}
.BgClassName
{
background-color: #73AB31;
}
</style>
border-color css
<style>
span { border-color: #73AB31; }
span { border-color: rgb(115,171,49); }
td.TdClassName
{
border-color: #73AB31;
}
.TagClassName
{
border-color: #73AB31;
}
</style>