Shades of Lima #76AC21
Tints of Lima #76AC21
RGB
CMYK
RGB Variations
Color information
#76AC21 (or 0x76AC21) is known color: Lima. HEX triplet: 76, AC and 21. RGB value is (118,172,33). Sum of RGB (Red+Green+Blue) = 118+172+33=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC21 is #8953DE. Grayscale: #8C8C8C. Windows color (decimal): -8999903 or 2206838. OLE color: 2206838.
HSL color Cylindrical-coordinate representation of color #76AC21: hue angle of 83.31º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76AC21 is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 33 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.33 |
| HSL | 83.31º | 0.68% | 0.4% | - |
| HSV(B) | 83.31º | 0.81% | 0.67% | - |
| XYZ | 22.5 | 33.47 | 6.71 | - |
| YUV | 140.01 | 67.61 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 33 | 0.31 | 0 | 0.81 | 0.33 | 83.31 | 0.68 | 0.4 |
| Hex | 76 | AC | 21 | 1F | 0 | 51 | 21 | 53 | 44 | 28 |
| Octal | 166 | 254 | 41 | 37 | 0 | 121 | 41 | 123 | 104 | 50 |
| Binary | 1110110 | 10101100 | 100001 | 11111 | 0 | 1010001 | 100001 | 1010011 | 1000100 | 101000 |
Color Harmonies of #76AC21
Complementary color
Monochromatic Colors of #76AC21
Black with #76AC21
Text Example
Text Example
White with #76AC21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC21; }
p { color: rgb(118,172,33); }
H1.HeaderClassName
{
color: #76AC21;
}
.AnyTagClassName
{
color: #76AC21;
}
</style>
background-color css
<style>
a { background-color: #76AC21; }
a { background-color: rgb(118,172,33); }
div.DivClassName
{
background-color: #76AC21;
}
.BgClassName
{
background-color: #76AC21;
}
</style>
border-color css
<style>
span { border-color: #76AC21; }
span { border-color: rgb(118,172,33); }
td.TdClassName
{
border-color: #76AC21;
}
.TagClassName
{
border-color: #76AC21;
}
</style>