Shades of Emerald #4BBA7C
Tints of Emerald #4BBA7C
RGB
CMYK
RGB Variations
Color information
#4BBA7C (or 0x4BBA7C) is known color: Emerald. HEX triplet: 4B, BA and 7C. RGB value is (75,186,124). Sum of RGB (Red+Green+Blue) = 75+186+124=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 186 (73.05% from 255 or 48.31% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA7C is #B44583. Grayscale: #919191. Windows color (decimal): -11814276 or 8174155. OLE color: 8174155.
HSL color Cylindrical-coordinate representation of color #4BBA7C: hue angle of 146.49º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA7C is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 75 | 186 | 124 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.27 |
| HSL | 146.49º | 0.45% | 0.51% | - |
| HSV(B) | 146.49º | 0.6% | 0.73% | - |
| XYZ | 24.1 | 38.07 | 25.15 | - |
| YUV | 145.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 186 | 124 | 0.60 | 0 | 0.33 | 0.27 | 146.49 | 0.45 | 0.51 |
| Hex | 4B | BA | 7C | 3C | 0 | 21 | 1B | 92 | 2D | 33 |
| Octal | 113 | 272 | 174 | 74 | 0 | 41 | 33 | 222 | 55 | 63 |
| Binary | 1001011 | 10111010 | 1111100 | 111100 | 0 | 100001 | 11011 | 10010010 | 101101 | 110011 |
Color Harmonies of #4BBA7C
Complementary color
Monochromatic Colors of #4BBA7C
Black with #4BBA7C
Text Example
Text Example
White with #4BBA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBA7C; }
p { color: rgb(75,186,124); }
H1.HeaderClassName
{
color: #4BBA7C;
}
.AnyTagClassName
{
color: #4BBA7C;
}
</style>
background-color css
<style>
a { background-color: #4BBA7C; }
a { background-color: rgb(75,186,124); }
div.DivClassName
{
background-color: #4BBA7C;
}
.BgClassName
{
background-color: #4BBA7C;
}
</style>
border-color css
<style>
span { border-color: #4BBA7C; }
span { border-color: rgb(75,186,124); }
td.TdClassName
{
border-color: #4BBA7C;
}
.TagClassName
{
border-color: #4BBA7C;
}
</style>