Shades of Lima #76C821
Tints of Lima #76C821
RGB
CMYK
RGB Variations
Color information
#76C821 (or 0x76C821) is known color: Lima. HEX triplet: 76, C8 and 21. RGB value is (118,200,33). Sum of RGB (Red+Green+Blue) = 118+200+33=351 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.62% from 351); Green value is 200 (78.52% from 255 or 56.98% from 351); Blue value is 33 (13.28% from 255 or 9.40% from 351); Max value from RGB is 200 - color contains mainly: green. Hex color #76C821 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C821 is #8937DE. Grayscale: #9D9D9D. Windows color (decimal): -8992735 or 2214006. OLE color: 2214006.
HSL color Cylindrical-coordinate representation of color #76C821: hue angle of 89.46º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76C821 is Cyan = 0.41, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 200 | 33 | - |
| CMYK | 0.41 | 0 | 0.84 | 0.22 |
| HSL | 89.46º | 0.72% | 0.46% | - |
| HSV(B) | 89.46º | 0.84% | 0.78% | - |
| XYZ | 28.4 | 45.27 | 8.68 | - |
| YUV | 156.44 | 58.33 | 100.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 200 | 33 | 0.41 | 0 | 0.84 | 0.22 | 89.46 | 0.72 | 0.46 |
| Hex | 76 | C8 | 21 | 29 | 0 | 54 | 16 | 59 | 48 | 2E |
| Octal | 166 | 310 | 41 | 51 | 0 | 124 | 26 | 131 | 110 | 56 |
| Binary | 1110110 | 11001000 | 100001 | 101001 | 0 | 1010100 | 10110 | 1011001 | 1001000 | 101110 |
Color Harmonies of #76C821
Complementary color
Monochromatic Colors of #76C821
Black with #76C821
Text Example
Text Example
White with #76C821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C821; }
p { color: rgb(118,200,33); }
H1.HeaderClassName
{
color: #76C821;
}
.AnyTagClassName
{
color: #76C821;
}
</style>
background-color css
<style>
a { background-color: #76C821; }
a { background-color: rgb(118,200,33); }
div.DivClassName
{
background-color: #76C821;
}
.BgClassName
{
background-color: #76C821;
}
</style>
border-color css
<style>
span { border-color: #76C821; }
span { border-color: rgb(118,200,33); }
td.TdClassName
{
border-color: #76C821;
}
.TagClassName
{
border-color: #76C821;
}
</style>