Shades of Emerald #4BD672
Tints of Emerald #4BD672
RGB
CMYK
RGB Variations
Color information
#4BD672 (or 0x4BD672) is known color: Emerald. HEX triplet: 4B, D6 and 72. RGB value is (75,214,114). Sum of RGB (Red+Green+Blue) = 75+214+114=403 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.61% from 403); Green value is 214 (83.98% from 255 or 53.10% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 214 - color contains mainly: green. Hex color #4BD672 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD672 is #B4298D. Grayscale: #A1A1A1. Windows color (decimal): -11807118 or 7525963. OLE color: 7525963.
HSL color Cylindrical-coordinate representation of color #4BD672: hue angle of 136.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD672 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 75 | 214 | 114 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.16 |
| HSL | 136.83º | 0.63% | 0.57% | - |
| HSV(B) | 136.83º | 0.65% | 0.84% | - |
| XYZ | 29.99 | 50.8 | 24.15 | - |
| YUV | 161.04 | 101.45 | 66.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 214 | 114 | 0.65 | 0 | 0.47 | 0.16 | 136.83 | 0.63 | 0.57 |
| Hex | 4B | D6 | 72 | 41 | 0 | 2F | 10 | 89 | 3F | 39 |
| Octal | 113 | 326 | 162 | 101 | 0 | 57 | 20 | 211 | 77 | 71 |
| Binary | 1001011 | 11010110 | 1110010 | 1000001 | 0 | 101111 | 10000 | 10001001 | 111111 | 111001 |
Color Harmonies of #4BD672
Complementary color
Monochromatic Colors of #4BD672
Black with #4BD672
Text Example
Text Example
White with #4BD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD672; }
p { color: rgb(75,214,114); }
H1.HeaderClassName
{
color: #4BD672;
}
.AnyTagClassName
{
color: #4BD672;
}
</style>
background-color css
<style>
a { background-color: #4BD672; }
a { background-color: rgb(75,214,114); }
div.DivClassName
{
background-color: #4BD672;
}
.BgClassName
{
background-color: #4BD672;
}
</style>
border-color css
<style>
span { border-color: #4BD672; }
span { border-color: rgb(75,214,114); }
td.TdClassName
{
border-color: #4BD672;
}
.TagClassName
{
border-color: #4BD672;
}
</style>