Shades of Emerald #4EBD69
Tints of Emerald #4EBD69
RGB
CMYK
RGB Variations
Color information
#4EBD69 (or 0x4EBD69) is known color: Emerald. HEX triplet: 4E, BD and 69. RGB value is (78,189,105). Sum of RGB (Red+Green+Blue) = 78+189+105=372 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.97% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBD69 is #B14296. Grayscale: #929292. Windows color (decimal): -11616919 or 6929742. OLE color: 6929742.
HSL color Cylindrical-coordinate representation of color #4EBD69: hue angle of 134.59º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBD69 is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 78 | 189 | 105 | - |
| CMYK | 0.59 | 0 | 0.44 | 0.26 |
| HSL | 134.59º | 0.46% | 0.52% | - |
| HSV(B) | 134.59º | 0.59% | 0.74% | - |
| XYZ | 23.89 | 39.03 | 19.64 | - |
| YUV | 146.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 189 | 105 | 0.59 | 0 | 0.44 | 0.26 | 134.59 | 0.46 | 0.52 |
| Hex | 4E | BD | 69 | 3B | 0 | 2C | 1A | 87 | 2E | 34 |
| Octal | 116 | 275 | 151 | 73 | 0 | 54 | 32 | 207 | 56 | 64 |
| Binary | 1001110 | 10111101 | 1101001 | 111011 | 0 | 101100 | 11010 | 10000111 | 101110 | 110100 |
Color Harmonies of #4EBD69
Complementary color
Monochromatic Colors of #4EBD69
Black with #4EBD69
Text Example
Text Example
White with #4EBD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBD69; }
p { color: rgb(78,189,105); }
H1.HeaderClassName
{
color: #4EBD69;
}
.AnyTagClassName
{
color: #4EBD69;
}
</style>
background-color css
<style>
a { background-color: #4EBD69; }
a { background-color: rgb(78,189,105); }
div.DivClassName
{
background-color: #4EBD69;
}
.BgClassName
{
background-color: #4EBD69;
}
</style>
border-color css
<style>
span { border-color: #4EBD69; }
span { border-color: rgb(78,189,105); }
td.TdClassName
{
border-color: #4EBD69;
}
.TagClassName
{
border-color: #4EBD69;
}
</style>