Shades of Lima #76B520
Tints of Lima #76B520
RGB
CMYK
RGB Variations
Color information
#76B520 (or 0x76B520) is known color: Lima. HEX triplet: 76, B5 and 20. RGB value is (118,181,32). Sum of RGB (Red+Green+Blue) = 118+181+32=331 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.65% from 331); Green value is 181 (71.09% from 255 or 54.68% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 181 - color contains mainly: green. Hex color #76B520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B520 is #894ADF. Grayscale: #919191. Windows color (decimal): -8997600 or 2143606. OLE color: 2143606.
HSL color Cylindrical-coordinate representation of color #76B520: hue angle of 85.37º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76B520 is Cyan = 0.35, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 181 | 32 | - |
| CMYK | 0.35 | 0 | 0.82 | 0.29 |
| HSL | 85.37º | 0.7% | 0.42% | - |
| HSV(B) | 85.37º | 0.82% | 0.71% | - |
| XYZ | 24.26 | 37 | 7.23 | - |
| YUV | 145.18 | 64.13 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 181 | 32 | 0.35 | 0 | 0.82 | 0.29 | 85.37 | 0.7 | 0.42 |
| Hex | 76 | B5 | 20 | 23 | 0 | 52 | 1D | 55 | 46 | 2A |
| Octal | 166 | 265 | 40 | 43 | 0 | 122 | 35 | 125 | 106 | 52 |
| Binary | 1110110 | 10110101 | 100000 | 100011 | 0 | 1010010 | 11101 | 1010101 | 1000110 | 101010 |
Color Harmonies of #76B520
Complementary color
Monochromatic Colors of #76B520
Black with #76B520
Text Example
Text Example
White with #76B520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B520; }
p { color: rgb(118,181,32); }
H1.HeaderClassName
{
color: #76B520;
}
.AnyTagClassName
{
color: #76B520;
}
</style>
background-color css
<style>
a { background-color: #76B520; }
a { background-color: rgb(118,181,32); }
div.DivClassName
{
background-color: #76B520;
}
.BgClassName
{
background-color: #76B520;
}
</style>
border-color css
<style>
span { border-color: #76B520; }
span { border-color: rgb(118,181,32); }
td.TdClassName
{
border-color: #76B520;
}
.TagClassName
{
border-color: #76B520;
}
</style>