Shades of Emerald #4BBC7D
Tints of Emerald #4BBC7D
RGB
CMYK
RGB Variations
Color information
#4BBC7D (or 0x4BBC7D) is known color: Emerald. HEX triplet: 4B, BC and 7D. RGB value is (75,188,125). Sum of RGB (Red+Green+Blue) = 75+188+125=388 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.33% from 388); Green value is 188 (73.83% from 255 or 48.45% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBC7D is #B44382. Grayscale: #939393. Windows color (decimal): -11813763 or 8240203. OLE color: 8240203.
HSL color Cylindrical-coordinate representation of color #4BBC7D: hue angle of 146.55º 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 #4BBC7D is Cyan = 0.60, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 125 | - |
| CMYK | 0.60 | 0 | 0.34 | 0.26 |
| HSL | 146.55º | 0.46% | 0.52% | - |
| HSV(B) | 146.55º | 0.6% | 0.74% | - |
| XYZ | 24.59 | 38.94 | 25.62 | - |
| YUV | 147.03 | 115.56 | 76.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 125 | 0.60 | 0 | 0.34 | 0.26 | 146.55 | 0.46 | 0.52 |
| Hex | 4B | BC | 7D | 3C | 0 | 22 | 1A | 93 | 2E | 34 |
| Octal | 113 | 274 | 175 | 74 | 0 | 42 | 32 | 223 | 56 | 64 |
| Binary | 1001011 | 10111100 | 1111101 | 111100 | 0 | 100010 | 11010 | 10010011 | 101110 | 110100 |
Color Harmonies of #4BBC7D
Complementary color
Monochromatic Colors of #4BBC7D
Black with #4BBC7D
Text Example
Text Example
White with #4BBC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC7D; }
p { color: rgb(75,188,125); }
H1.HeaderClassName
{
color: #4BBC7D;
}
.AnyTagClassName
{
color: #4BBC7D;
}
</style>
background-color css
<style>
a { background-color: #4BBC7D; }
a { background-color: rgb(75,188,125); }
div.DivClassName
{
background-color: #4BBC7D;
}
.BgClassName
{
background-color: #4BBC7D;
}
</style>
border-color css
<style>
span { border-color: #4BBC7D; }
span { border-color: rgb(75,188,125); }
td.TdClassName
{
border-color: #4BBC7D;
}
.TagClassName
{
border-color: #4BBC7D;
}
</style>