Shades of Lima #76C016
Tints of Lima #76C016
RGB
CMYK
RGB Variations
Color information
#76C016 (or 0x76C016) is known color: Lima. HEX triplet: 76, C0 and 16. RGB value is (118,192,22). Sum of RGB (Red+Green+Blue) = 118+192+22=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 22 (8.98% from 255 or 6.63% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #76C016 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C016 is #893FE9. Grayscale: #979797. Windows color (decimal): -8994794 or 1491062. OLE color: 1491062.
HSL color Cylindrical-coordinate representation of color #76C016: hue angle of 86.12º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76C016 is Cyan = 0.39, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 192 | 22 | - |
| CMYK | 0.39 | 0 | 0.89 | 0.25 |
| HSL | 86.12º | 0.79% | 0.42% | - |
| HSV(B) | 86.12º | 0.89% | 0.75% | - |
| XYZ | 26.47 | 41.61 | 7.4 | - |
| YUV | 150.49 | 55.48 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 192 | 22 | 0.39 | 0 | 0.89 | 0.25 | 86.12 | 0.79 | 0.42 |
| Hex | 76 | C0 | 16 | 27 | 0 | 59 | 19 | 56 | 4F | 2A |
| Octal | 166 | 300 | 26 | 47 | 0 | 131 | 31 | 126 | 117 | 52 |
| Binary | 1110110 | 11000000 | 10110 | 100111 | 0 | 1011001 | 11001 | 1010110 | 1001111 | 101010 |
Color Harmonies of #76C016
Complementary color
Monochromatic Colors of #76C016
Black with #76C016
Text Example
Text Example
White with #76C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C016; }
p { color: rgb(118,192,22); }
H1.HeaderClassName
{
color: #76C016;
}
.AnyTagClassName
{
color: #76C016;
}
</style>
background-color css
<style>
a { background-color: #76C016; }
a { background-color: rgb(118,192,22); }
div.DivClassName
{
background-color: #76C016;
}
.BgClassName
{
background-color: #76C016;
}
</style>
border-color css
<style>
span { border-color: #76C016; }
span { border-color: rgb(118,192,22); }
td.TdClassName
{
border-color: #76C016;
}
.TagClassName
{
border-color: #76C016;
}
</style>