Shades of Lima #76C615
Tints of Lima #76C615
RGB
CMYK
RGB Variations
Color information
#76C615 (or 0x76C615) is known color: Lima. HEX triplet: 76, C6 and 15. RGB value is (118,198,21). Sum of RGB (Red+Green+Blue) = 118+198+21=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 198 (77.73% from 255 or 58.75% from 337); Blue value is 21 (8.59% from 255 or 6.23% from 337); Max value from RGB is 198 - color contains mainly: green. Hex color #76C615 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76C615 is #8939EA. Grayscale: #9A9A9A. Windows color (decimal): -8993259 or 1427062. OLE color: 1427062.
HSL color Cylindrical-coordinate representation of color #76C615: hue angle of 87.12º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76C615 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 21 | - |
| CMYK | 0.40 | 0 | 0.89 | 0.22 |
| HSL | 87.12º | 0.81% | 0.43% | - |
| HSV(B) | 87.12º | 0.89% | 0.78% | - |
| XYZ | 27.8 | 44.29 | 7.79 | - |
| YUV | 153.9 | 53 | 102.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 21 | 0.40 | 0 | 0.89 | 0.22 | 87.12 | 0.81 | 0.43 |
| Hex | 76 | C6 | 15 | 28 | 0 | 59 | 16 | 57 | 51 | 2B |
| Octal | 166 | 306 | 25 | 50 | 0 | 131 | 26 | 127 | 121 | 53 |
| Binary | 1110110 | 11000110 | 10101 | 101000 | 0 | 1011001 | 10110 | 1010111 | 1010001 | 101011 |
Color Harmonies of #76C615
Complementary color
Monochromatic Colors of #76C615
Black with #76C615
Text Example
Text Example
White with #76C615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C615; }
p { color: rgb(118,198,21); }
H1.HeaderClassName
{
color: #76C615;
}
.AnyTagClassName
{
color: #76C615;
}
</style>
background-color css
<style>
a { background-color: #76C615; }
a { background-color: rgb(118,198,21); }
div.DivClassName
{
background-color: #76C615;
}
.BgClassName
{
background-color: #76C615;
}
</style>
border-color css
<style>
span { border-color: #76C615; }
span { border-color: rgb(118,198,21); }
td.TdClassName
{
border-color: #76C615;
}
.TagClassName
{
border-color: #76C615;
}
</style>