Shades of Lima #76B431
Tints of Lima #76B431
RGB
CMYK
RGB Variations
Color information
#76B431 (or 0x76B431) is known color: Lima. HEX triplet: 76, B4 and 31. RGB value is (118,180,49). Sum of RGB (Red+Green+Blue) = 118+180+49=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 180 (70.70% from 255 or 51.87% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 180 - color contains mainly: green. Hex color #76B431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B431 is #894BCE. Grayscale: #929292. Windows color (decimal): -8997839 or 3257462. OLE color: 3257462.
HSL color Cylindrical-coordinate representation of color #76B431: hue angle of 88.4º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76B431 is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 49 | - |
| CMYK | 0.34 | 0 | 0.73 | 0.29 |
| HSL | 88.4º | 0.57% | 0.45% | - |
| HSV(B) | 88.4º | 0.73% | 0.71% | - |
| XYZ | 24.35 | 36.72 | 8.71 | - |
| YUV | 146.53 | 72.96 | 107.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 49 | 0.34 | 0 | 0.73 | 0.29 | 88.4 | 0.57 | 0.45 |
| Hex | 76 | B4 | 31 | 22 | 0 | 49 | 1D | 58 | 39 | 2D |
| Octal | 166 | 264 | 61 | 42 | 0 | 111 | 35 | 130 | 71 | 55 |
| Binary | 1110110 | 10110100 | 110001 | 100010 | 0 | 1001001 | 11101 | 1011000 | 111001 | 101101 |
Color Harmonies of #76B431
Complementary color
Monochromatic Colors of #76B431
Black with #76B431
Text Example
Text Example
White with #76B431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B431; }
p { color: rgb(118,180,49); }
H1.HeaderClassName
{
color: #76B431;
}
.AnyTagClassName
{
color: #76B431;
}
</style>
background-color css
<style>
a { background-color: #76B431; }
a { background-color: rgb(118,180,49); }
div.DivClassName
{
background-color: #76B431;
}
.BgClassName
{
background-color: #76B431;
}
</style>
border-color css
<style>
span { border-color: #76B431; }
span { border-color: rgb(118,180,49); }
td.TdClassName
{
border-color: #76B431;
}
.TagClassName
{
border-color: #76B431;
}
</style>