Shades of Lima #76D521
Tints of Lima #76D521
RGB
CMYK
RGB Variations
Color information
#76D521 (or 0x76D521) is known color: Lima. HEX triplet: 76, D5 and 21. RGB value is (118,213,33). Sum of RGB (Red+Green+Blue) = 118+213+33=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 213 (83.59% from 255 or 58.52% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 213 - color contains mainly: green. Hex color #76D521 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76D521 is #892ADE. Grayscale: #A4A4A4. Windows color (decimal): -8989407 or 2217334. OLE color: 2217334.
HSL color Cylindrical-coordinate representation of color #76D521: hue angle of 91.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76D521 is Cyan = 0.45, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 118 | 213 | 33 | - |
| CMYK | 0.45 | 0 | 0.85 | 0.16 |
| HSL | 91.67º | 0.73% | 0.48% | - |
| HSV(B) | 91.67º | 0.85% | 0.84% | - |
| XYZ | 31.54 | 51.55 | 9.73 | - |
| YUV | 164.08 | 54.03 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 33 | 0.45 | 0 | 0.85 | 0.16 | 91.67 | 0.73 | 0.48 |
| Hex | 76 | D5 | 21 | 2D | 0 | 55 | 10 | 5C | 49 | 30 |
| Octal | 166 | 325 | 41 | 55 | 0 | 125 | 20 | 134 | 111 | 60 |
| Binary | 1110110 | 11010101 | 100001 | 101101 | 0 | 1010101 | 10000 | 1011100 | 1001001 | 110000 |
Color Harmonies of #76D521
Complementary color
Monochromatic Colors of #76D521
Black with #76D521
Text Example
Text Example
White with #76D521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D521; }
p { color: rgb(118,213,33); }
H1.HeaderClassName
{
color: #76D521;
}
.AnyTagClassName
{
color: #76D521;
}
</style>
background-color css
<style>
a { background-color: #76D521; }
a { background-color: rgb(118,213,33); }
div.DivClassName
{
background-color: #76D521;
}
.BgClassName
{
background-color: #76D521;
}
</style>
border-color css
<style>
span { border-color: #76D521; }
span { border-color: rgb(118,213,33); }
td.TdClassName
{
border-color: #76D521;
}
.TagClassName
{
border-color: #76D521;
}
</style>