Shades of Emerald #4BBD72
Tints of Emerald #4BBD72
RGB
CMYK
RGB Variations
Color information
#4BBD72 (or 0x4BBD72) is known color: Emerald. HEX triplet: 4B, BD and 72. RGB value is (75,189,114). Sum of RGB (Red+Green+Blue) = 75+189+114=378 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.84% from 378); Green value is 189 (74.22% from 255 or 50% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD72 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBD72 is #B4428D. Grayscale: #929292. Windows color (decimal): -11813518 or 7519563. OLE color: 7519563.
HSL color Cylindrical-coordinate representation of color #4BBD72: hue angle of 140.53º 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 #4BBD72 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 114 | - |
| CMYK | 0.60 | 0 | 0.40 | 0.26 |
| HSL | 140.53º | 0.46% | 0.52% | - |
| HSV(B) | 140.53º | 0.6% | 0.74% | - |
| XYZ | 24.14 | 39.11 | 22.2 | - |
| YUV | 146.36 | 109.73 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 114 | 0.60 | 0 | 0.40 | 0.26 | 140.53 | 0.46 | 0.52 |
| Hex | 4B | BD | 72 | 3C | 0 | 28 | 1A | 8D | 2E | 34 |
| Octal | 113 | 275 | 162 | 74 | 0 | 50 | 32 | 215 | 56 | 64 |
| Binary | 1001011 | 10111101 | 1110010 | 111100 | 0 | 101000 | 11010 | 10001101 | 101110 | 110100 |
Color Harmonies of #4BBD72
Complementary color
Monochromatic Colors of #4BBD72
Black with #4BBD72
Text Example
Text Example
White with #4BBD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD72; }
p { color: rgb(75,189,114); }
H1.HeaderClassName
{
color: #4BBD72;
}
.AnyTagClassName
{
color: #4BBD72;
}
</style>
background-color css
<style>
a { background-color: #4BBD72; }
a { background-color: rgb(75,189,114); }
div.DivClassName
{
background-color: #4BBD72;
}
.BgClassName
{
background-color: #4BBD72;
}
</style>
border-color css
<style>
span { border-color: #4BBD72; }
span { border-color: rgb(75,189,114); }
td.TdClassName
{
border-color: #4BBD72;
}
.TagClassName
{
border-color: #4BBD72;
}
</style>