Shades of Lima #7EAD11
Tints of Lima #7EAD11
RGB
CMYK
RGB Variations
Color information
#7EAD11 (or 0x7EAD11) is known color: Lima. HEX triplet: 7E, AD and 11. RGB value is (126,173,17). Sum of RGB (Red+Green+Blue) = 126+173+17=316 (41% of max value = 765). Red value is 126 (49.61% from 255 or 39.87% from 316); Green value is 173 (67.97% from 255 or 54.75% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 173 - color contains mainly: green. Hex color #7EAD11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EAD11 is #8152EE. Grayscale: #8D8D8D. Windows color (decimal): -8475375 or 1158526. OLE color: 1158526.
HSL color Cylindrical-coordinate representation of color #7EAD11: hue angle of 78.08º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7EAD11 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 173 | 17 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.32 |
| HSL | 78.08º | 0.82% | 0.37% | - |
| HSV(B) | 78.08º | 0.9% | 0.68% | - |
| XYZ | 23.65 | 34.36 | 5.92 | - |
| YUV | 141.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 173 | 17 | 0.27 | 0 | 0.90 | 0.32 | 78.08 | 0.82 | 0.37 |
| Hex | 7E | AD | 11 | 1B | 0 | 5A | 20 | 4E | 52 | 25 |
| Octal | 176 | 255 | 21 | 33 | 0 | 132 | 40 | 116 | 122 | 45 |
| Binary | 1111110 | 10101101 | 10001 | 11011 | 0 | 1011010 | 100000 | 1001110 | 1010010 | 100101 |
Color Harmonies of #7EAD11
Complementary color
Monochromatic Colors of #7EAD11
Black with #7EAD11
Text Example
Text Example
White with #7EAD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EAD11; }
p { color: rgb(126,173,17); }
H1.HeaderClassName
{
color: #7EAD11;
}
.AnyTagClassName
{
color: #7EAD11;
}
</style>
background-color css
<style>
a { background-color: #7EAD11; }
a { background-color: rgb(126,173,17); }
div.DivClassName
{
background-color: #7EAD11;
}
.BgClassName
{
background-color: #7EAD11;
}
</style>
border-color css
<style>
span { border-color: #7EAD11; }
span { border-color: rgb(126,173,17); }
td.TdClassName
{
border-color: #7EAD11;
}
.TagClassName
{
border-color: #7EAD11;
}
</style>