Shades of Lima #76B917
Tints of Lima #76B917
RGB
CMYK
RGB Variations
Color information
#76B917 (or 0x76B917) is known color: Lima. HEX triplet: 76, B9 and 17. RGB value is (118,185,23). Sum of RGB (Red+Green+Blue) = 118+185+23=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 185 (72.66% from 255 or 56.75% from 326); Blue value is 23 (9.38% from 255 or 7.06% from 326); Max value from RGB is 185 - color contains mainly: green. Hex color #76B917 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B917 is #8946E8. Grayscale: #939393. Windows color (decimal): -8996585 or 1554806. OLE color: 1554806.
HSL color Cylindrical-coordinate representation of color #76B917: hue angle of 84.81º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76B917 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 185 | 23 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.27 |
| HSL | 84.81º | 0.78% | 0.41% | - |
| HSV(B) | 84.81º | 0.88% | 0.73% | - |
| XYZ | 24.97 | 38.61 | 6.95 | - |
| YUV | 146.5 | 58.3 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 185 | 23 | 0.36 | 0 | 0.88 | 0.27 | 84.81 | 0.78 | 0.41 |
| Hex | 76 | B9 | 17 | 24 | 0 | 58 | 1B | 55 | 4E | 29 |
| Octal | 166 | 271 | 27 | 44 | 0 | 130 | 33 | 125 | 116 | 51 |
| Binary | 1110110 | 10111001 | 10111 | 100100 | 0 | 1011000 | 11011 | 1010101 | 1001110 | 101001 |
Color Harmonies of #76B917
Complementary color
Monochromatic Colors of #76B917
Black with #76B917
Text Example
Text Example
White with #76B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B917; }
p { color: rgb(118,185,23); }
H1.HeaderClassName
{
color: #76B917;
}
.AnyTagClassName
{
color: #76B917;
}
</style>
background-color css
<style>
a { background-color: #76B917; }
a { background-color: rgb(118,185,23); }
div.DivClassName
{
background-color: #76B917;
}
.BgClassName
{
background-color: #76B917;
}
</style>
border-color css
<style>
span { border-color: #76B917; }
span { border-color: rgb(118,185,23); }
td.TdClassName
{
border-color: #76B917;
}
.TagClassName
{
border-color: #76B917;
}
</style>