Shades of Emerald #4BBC7E
Tints of Emerald #4BBC7E
RGB
CMYK
RGB Variations
Color information
#4BBC7E (or 0x4BBC7E) is known color: Emerald. HEX triplet: 4B, BC and 7E. RGB value is (75,188,126). Sum of RGB (Red+Green+Blue) = 75+188+126=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 188 (73.83% from 255 or 48.33% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC7E is #B44381. Grayscale: #939393. Windows color (decimal): -11813762 or 8305739. OLE color: 8305739.
HSL color Cylindrical-coordinate representation of color #4BBC7E: hue angle of 147.08º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC7E is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 126 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.26 |
| HSL | 147.08º | 0.46% | 0.52% | - |
| HSV(B) | 147.08º | 0.6% | 0.74% | - |
| XYZ | 24.65 | 38.97 | 25.96 | - |
| YUV | 147.15 | 116.06 | 76.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 126 | 0.60 | 0 | 0.33 | 0.26 | 147.08 | 0.46 | 0.52 |
| Hex | 4B | BC | 7E | 3C | 0 | 21 | 1A | 93 | 2E | 34 |
| Octal | 113 | 274 | 176 | 74 | 0 | 41 | 32 | 223 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1111110 | 111100 | 0 | 100001 | 11010 | 10010011 | 101110 | 110100 |
Color Harmonies of #4BBC7E
Complementary color
Monochromatic Colors of #4BBC7E
Black with #4BBC7E
Text Example
Text Example
White with #4BBC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC7E; }
p { color: rgb(75,188,126); }
H1.HeaderClassName
{
color: #4BBC7E;
}
.AnyTagClassName
{
color: #4BBC7E;
}
</style>
background-color css
<style>
a { background-color: #4BBC7E; }
a { background-color: rgb(75,188,126); }
div.DivClassName
{
background-color: #4BBC7E;
}
.BgClassName
{
background-color: #4BBC7E;
}
</style>
border-color css
<style>
span { border-color: #4BBC7E; }
span { border-color: rgb(75,188,126); }
td.TdClassName
{
border-color: #4BBC7E;
}
.TagClassName
{
border-color: #4BBC7E;
}
</style>