Shades of Lima #76AE32
Tints of Lima #76AE32
RGB
CMYK
RGB Variations
Color information
#76AE32 (or 0x76AE32) is known color: Lima. HEX triplet: 76, AE and 32. RGB value is (118,174,50). Sum of RGB (Red+Green+Blue) = 118+174+50=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 174 (68.36% from 255 or 50.88% from 342); Blue value is 50 (19.92% from 255 or 14.62% from 342); Max value from RGB is 174 - color contains mainly: green. Hex color #76AE32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AE32 is #8951CD. Grayscale: #8F8F8F. Windows color (decimal): -8999374 or 3321462. OLE color: 3321462.
HSL color Cylindrical-coordinate representation of color #76AE32: hue angle of 87.1º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76AE32 is Cyan = 0.32, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 118 | 174 | 50 | - |
| CMYK | 0.32 | 0 | 0.71 | 0.32 |
| HSL | 87.1º | 0.55% | 0.44% | - |
| HSV(B) | 87.1º | 0.71% | 0.68% | - |
| XYZ | 23.18 | 34.35 | 8.43 | - |
| YUV | 143.12 | 75.45 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 174 | 50 | 0.32 | 0 | 0.71 | 0.32 | 87.1 | 0.55 | 0.44 |
| Hex | 76 | AE | 32 | 20 | 0 | 47 | 20 | 57 | 37 | 2C |
| Octal | 166 | 256 | 62 | 40 | 0 | 107 | 40 | 127 | 67 | 54 |
| Binary | 1110110 | 10101110 | 110010 | 100000 | 0 | 1000111 | 100000 | 1010111 | 110111 | 101100 |
Color Harmonies of #76AE32
Complementary color
Monochromatic Colors of #76AE32
Black with #76AE32
Text Example
Text Example
White with #76AE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AE32; }
p { color: rgb(118,174,50); }
H1.HeaderClassName
{
color: #76AE32;
}
.AnyTagClassName
{
color: #76AE32;
}
</style>
background-color css
<style>
a { background-color: #76AE32; }
a { background-color: rgb(118,174,50); }
div.DivClassName
{
background-color: #76AE32;
}
.BgClassName
{
background-color: #76AE32;
}
</style>
border-color css
<style>
span { border-color: #76AE32; }
span { border-color: rgb(118,174,50); }
td.TdClassName
{
border-color: #76AE32;
}
.TagClassName
{
border-color: #76AE32;
}
</style>