Shades of Emerald #4EBF7B
Tints of Emerald #4EBF7B
RGB
CMYK
RGB Variations
Color information
#4EBF7B (or 0x4EBF7B) is known color: Emerald. HEX triplet: 4E, BF and 7B. RGB value is (78,191,123). Sum of RGB (Red+Green+Blue) = 78+191+123=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 123 (48.44% from 255 or 31.38% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #4EBF7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBF7B is #B14084. Grayscale: #959595. Windows color (decimal): -11616389 or 8109902. OLE color: 8109902.
HSL color Cylindrical-coordinate representation of color #4EBF7B: hue angle of 143.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBF7B is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 78 | 191 | 123 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.25 |
| HSL | 143.89º | 0.47% | 0.53% | - |
| HSV(B) | 143.89º | 0.59% | 0.75% | - |
| XYZ | 25.35 | 40.31 | 25.18 | - |
| YUV | 149.46 | 113.06 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 191 | 123 | 0.59 | 0 | 0.36 | 0.25 | 143.89 | 0.47 | 0.53 |
| Hex | 4E | BF | 7B | 3B | 0 | 24 | 19 | 90 | 2F | 35 |
| Octal | 116 | 277 | 173 | 73 | 0 | 44 | 31 | 220 | 57 | 65 |
| Binary | 1001110 | 10111111 | 1111011 | 111011 | 0 | 100100 | 11001 | 10010000 | 101111 | 110101 |
Color Harmonies of #4EBF7B
Complementary color
Monochromatic Colors of #4EBF7B
Black with #4EBF7B
Text Example
Text Example
White with #4EBF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBF7B; }
p { color: rgb(78,191,123); }
H1.HeaderClassName
{
color: #4EBF7B;
}
.AnyTagClassName
{
color: #4EBF7B;
}
</style>
background-color css
<style>
a { background-color: #4EBF7B; }
a { background-color: rgb(78,191,123); }
div.DivClassName
{
background-color: #4EBF7B;
}
.BgClassName
{
background-color: #4EBF7B;
}
</style>
border-color css
<style>
span { border-color: #4EBF7B; }
span { border-color: rgb(78,191,123); }
td.TdClassName
{
border-color: #4EBF7B;
}
.TagClassName
{
border-color: #4EBF7B;
}
</style>