Shades of Lima #76C631
Tints of Lima #76C631
RGB
CMYK
RGB Variations
Color information
#76C631 (or 0x76C631) is known color: Lima. HEX triplet: 76, C6 and 31. RGB value is (118,198,49). Sum of RGB (Red+Green+Blue) = 118+198+49=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #76C631 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C631 is #8939CE. Grayscale: #9D9D9D. Windows color (decimal): -8993231 or 3262070. OLE color: 3262070.
HSL color Cylindrical-coordinate representation of color #76C631: hue angle of 92.21º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76C631 is Cyan = 0.40, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 198 | 49 | - |
| CMYK | 0.40 | 0 | 0.75 | 0.22 |
| HSL | 92.21º | 0.6% | 0.48% | - |
| HSV(B) | 92.21º | 0.75% | 0.78% | - |
| XYZ | 28.22 | 44.46 | 10 | - |
| YUV | 157.09 | 67 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 198 | 49 | 0.40 | 0 | 0.75 | 0.22 | 92.21 | 0.6 | 0.48 |
| Hex | 76 | C6 | 31 | 28 | 0 | 4B | 16 | 5C | 3C | 30 |
| Octal | 166 | 306 | 61 | 50 | 0 | 113 | 26 | 134 | 74 | 60 |
| Binary | 1110110 | 11000110 | 110001 | 101000 | 0 | 1001011 | 10110 | 1011100 | 111100 | 110000 |
Color Harmonies of #76C631
Complementary color
Monochromatic Colors of #76C631
Black with #76C631
Text Example
Text Example
White with #76C631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C631; }
p { color: rgb(118,198,49); }
H1.HeaderClassName
{
color: #76C631;
}
.AnyTagClassName
{
color: #76C631;
}
</style>
background-color css
<style>
a { background-color: #76C631; }
a { background-color: rgb(118,198,49); }
div.DivClassName
{
background-color: #76C631;
}
.BgClassName
{
background-color: #76C631;
}
</style>
border-color css
<style>
span { border-color: #76C631; }
span { border-color: rgb(118,198,49); }
td.TdClassName
{
border-color: #76C631;
}
.TagClassName
{
border-color: #76C631;
}
</style>