Shades of Bay Leaf #7EC28D
Tints of Bay Leaf #7EC28D
RGB
CMYK
RGB Variations
Color information
#7EC28D (or 0x7EC28D) is known color: Bay Leaf. HEX triplet: 7E, C2 and 8D. RGB value is (126,194,141). Sum of RGB (Red+Green+Blue) = 126+194+141=461 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.33% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC28D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7EC28D is #813D72. Grayscale: #A7A7A7. Windows color (decimal): -8469875 or 9290366. OLE color: 9290366.
HSL color Cylindrical-coordinate representation of color #7EC28D: hue angle of 133.24º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7EC28D is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 194 | 141 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.24 |
| HSL | 133.24º | 0.36% | 0.63% | - |
| HSV(B) | 133.24º | 0.35% | 0.76% | - |
| XYZ | 32.7 | 44.94 | 32.15 | - |
| YUV | 167.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 194 | 141 | 0.35 | 0 | 0.27 | 0.24 | 133.24 | 0.36 | 0.63 |
| Hex | 7E | C2 | 8D | 23 | 0 | 1B | 18 | 85 | 24 | 3F |
| Octal | 176 | 302 | 215 | 43 | 0 | 33 | 30 | 205 | 44 | 77 |
| Binary | 1111110 | 11000010 | 10001101 | 100011 | 0 | 11011 | 11000 | 10000101 | 100100 | 111111 |
Color Harmonies of #7EC28D
Complementary color
Monochromatic Colors of #7EC28D
Black with #7EC28D
Text Example
Text Example
White with #7EC28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC28D; }
p { color: rgb(126,194,141); }
H1.HeaderClassName
{
color: #7EC28D;
}
.AnyTagClassName
{
color: #7EC28D;
}
</style>
background-color css
<style>
a { background-color: #7EC28D; }
a { background-color: rgb(126,194,141); }
div.DivClassName
{
background-color: #7EC28D;
}
.BgClassName
{
background-color: #7EC28D;
}
</style>
border-color css
<style>
span { border-color: #7EC28D; }
span { border-color: rgb(126,194,141); }
td.TdClassName
{
border-color: #7EC28D;
}
.TagClassName
{
border-color: #7EC28D;
}
</style>