Shades of Lima #7EA805
Tints of Lima #7EA805
RGB
CMYK
RGB Variations
Color information
#7EA805 (or 0x7EA805) is known color: Lima. HEX triplet: 7E, A8 and 05. RGB value is (126,168,5). Sum of RGB (Red+Green+Blue) = 126+168+5=299 (39% of max value = 765). Red value is 126 (49.61% from 255 or 42.14% from 299); Green value is 168 (66.02% from 255 or 56.19% from 299); Blue value is 5 (2.34% from 255 or 1.67% from 299); Max value from RGB is 168 - color contains mainly: green. Hex color #7EA805 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7EA805 is #8157FA. Grayscale: #898989. Windows color (decimal): -8476667 or 370814. OLE color: 370814.
HSL color Cylindrical-coordinate representation of color #7EA805: hue angle of 75.46º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EA805 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 126 | 168 | 5 | - |
| CMYK | 0.25 | 0 | 0.97 | 0.34 |
| HSL | 75.46º | 0.94% | 0.34% | - |
| HSV(B) | 75.46º | 0.97% | 0.66% | - |
| XYZ | 22.63 | 32.45 | 5.21 | - |
| YUV | 136.86 | 53.59 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 168 | 5 | 0.25 | 0 | 0.97 | 0.34 | 75.46 | 0.94 | 0.34 |
| Hex | 7E | A8 | 5 | 19 | 0 | 61 | 22 | 4B | 5E | 22 |
| Octal | 176 | 250 | 5 | 31 | 0 | 141 | 42 | 113 | 136 | 42 |
| Binary | 1111110 | 10101000 | 101 | 11001 | 0 | 1100001 | 100010 | 1001011 | 1011110 | 100010 |
Color Harmonies of #7EA805
Complementary color
Monochromatic Colors of #7EA805
Black with #7EA805
Text Example
Text Example
White with #7EA805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EA805; }
p { color: rgb(126,168,5); }
H1.HeaderClassName
{
color: #7EA805;
}
.AnyTagClassName
{
color: #7EA805;
}
</style>
background-color css
<style>
a { background-color: #7EA805; }
a { background-color: rgb(126,168,5); }
div.DivClassName
{
background-color: #7EA805;
}
.BgClassName
{
background-color: #7EA805;
}
</style>
border-color css
<style>
span { border-color: #7EA805; }
span { border-color: rgb(126,168,5); }
td.TdClassName
{
border-color: #7EA805;
}
.TagClassName
{
border-color: #7EA805;
}
</style>