Shades of Lima #7EBD06
Tints of Lima #7EBD06
RGB
CMYK
RGB Variations
Color information
#7EBD06 (or 0x7EBD06) is known color: Lima. HEX triplet: 7E, BD and 06. RGB value is (126,189,6). Sum of RGB (Red+Green+Blue) = 126+189+6=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 189 (74.22% from 255 or 58.88% from 321); Blue value is 6 (2.73% from 255 or 1.87% from 321); Max value from RGB is 189 - color contains mainly: green. Hex color #7EBD06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBD06 is #8142F9. Grayscale: #959595. Windows color (decimal): -8471290 or 441726. OLE color: 441726.
HSL color Cylindrical-coordinate representation of color #7EBD06: hue angle of 80.66º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EBD06 is Cyan = 0.33, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 126 | 189 | 6 | - |
| CMYK | 0.33 | 0 | 0.97 | 0.26 |
| HSL | 80.66º | 0.94% | 0.38% | - |
| HSV(B) | 80.66º | 0.97% | 0.74% | - |
| XYZ | 26.83 | 40.84 | 6.64 | - |
| YUV | 149.3 | 47.13 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 189 | 6 | 0.33 | 0 | 0.97 | 0.26 | 80.66 | 0.94 | 0.38 |
| Hex | 7E | BD | 6 | 21 | 0 | 61 | 1A | 51 | 5E | 26 |
| Octal | 176 | 275 | 6 | 41 | 0 | 141 | 32 | 121 | 136 | 46 |
| Binary | 1111110 | 10111101 | 110 | 100001 | 0 | 1100001 | 11010 | 1010001 | 1011110 | 100110 |
Color Harmonies of #7EBD06
Complementary color
Monochromatic Colors of #7EBD06
Black with #7EBD06
Text Example
Text Example
White with #7EBD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EBD06; }
p { color: rgb(126,189,6); }
H1.HeaderClassName
{
color: #7EBD06;
}
.AnyTagClassName
{
color: #7EBD06;
}
</style>
background-color css
<style>
a { background-color: #7EBD06; }
a { background-color: rgb(126,189,6); }
div.DivClassName
{
background-color: #7EBD06;
}
.BgClassName
{
background-color: #7EBD06;
}
</style>
border-color css
<style>
span { border-color: #7EBD06; }
span { border-color: rgb(126,189,6); }
td.TdClassName
{
border-color: #7EBD06;
}
.TagClassName
{
border-color: #7EBD06;
}
</style>