Shades of Lima #7EB805
Tints of Lima #7EB805
RGB
CMYK
RGB Variations
Color information
#7EB805 (or 0x7EB805) is known color: Lima. HEX triplet: 7E, B8 and 05. RGB value is (126,184,5). Sum of RGB (Red+Green+Blue) = 126+184+5=315 (41% of max value = 765). Red value is 126 (49.61% from 255 or 40% from 315); Green value is 184 (72.27% from 255 or 58.41% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 184 - color contains mainly: green. Hex color #7EB805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EB805 is #8147FA. Grayscale: #929292. Windows color (decimal): -8472571 or 374910. OLE color: 374910.
HSL color Cylindrical-coordinate representation of color #7EB805: hue angle of 79.44º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EB805 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 126 | 184 | 5 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.28 |
| HSL | 79.44º | 0.95% | 0.37% | - |
| HSV(B) | 79.44º | 0.97% | 0.72% | - |
| XYZ | 25.77 | 38.73 | 6.26 | - |
| YUV | 146.25 | 48.28 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 184 | 5 | 0.32 | 0 | 0.97 | 0.28 | 79.44 | 0.95 | 0.37 |
| Hex | 7E | B8 | 5 | 20 | 0 | 61 | 1C | 4F | 5F | 25 |
| Octal | 176 | 270 | 5 | 40 | 0 | 141 | 34 | 117 | 137 | 45 |
| Binary | 1111110 | 10111000 | 101 | 100000 | 0 | 1100001 | 11100 | 1001111 | 1011111 | 100101 |
Color Harmonies of #7EB805
Complementary color
Monochromatic Colors of #7EB805
Black with #7EB805
Text Example
Text Example
White with #7EB805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EB805; }
p { color: rgb(126,184,5); }
H1.HeaderClassName
{
color: #7EB805;
}
.AnyTagClassName
{
color: #7EB805;
}
</style>
background-color css
<style>
a { background-color: #7EB805; }
a { background-color: rgb(126,184,5); }
div.DivClassName
{
background-color: #7EB805;
}
.BgClassName
{
background-color: #7EB805;
}
</style>
border-color css
<style>
span { border-color: #7EB805; }
span { border-color: rgb(126,184,5); }
td.TdClassName
{
border-color: #7EB805;
}
.TagClassName
{
border-color: #7EB805;
}
</style>