Shades of Emerald #4BC972
Tints of Emerald #4BC972
RGB
CMYK
RGB Variations
Color information
#4BC972 (or 0x4BC972) is known color: Emerald. HEX triplet: 4B, C9 and 72. RGB value is (75,201,114). Sum of RGB (Red+Green+Blue) = 75+201+114=390 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.23% from 390); Green value is 201 (78.91% from 255 or 51.54% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 201 - color contains mainly: green. Hex color #4BC972 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC972 is #B4368D. Grayscale: #999999. Windows color (decimal): -11810446 or 7522635. OLE color: 7522635.
HSL color Cylindrical-coordinate representation of color #4BC972: hue angle of 138.57º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC972 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 201 | 114 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.21 |
| HSL | 138.57º | 0.54% | 0.54% | - |
| HSV(B) | 138.57º | 0.63% | 0.79% | - |
| XYZ | 26.83 | 44.48 | 23.09 | - |
| YUV | 153.41 | 105.76 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 201 | 114 | 0.63 | 0 | 0.43 | 0.21 | 138.57 | 0.54 | 0.54 |
| Hex | 4B | C9 | 72 | 3F | 0 | 2B | 15 | 8B | 36 | 36 |
| Octal | 113 | 311 | 162 | 77 | 0 | 53 | 25 | 213 | 66 | 66 |
| Binary | 1001011 | 11001001 | 1110010 | 111111 | 0 | 101011 | 10101 | 10001011 | 110110 | 110110 |
Color Harmonies of #4BC972
Complementary color
Monochromatic Colors of #4BC972
Black with #4BC972
Text Example
Text Example
White with #4BC972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC972; }
p { color: rgb(75,201,114); }
H1.HeaderClassName
{
color: #4BC972;
}
.AnyTagClassName
{
color: #4BC972;
}
</style>
background-color css
<style>
a { background-color: #4BC972; }
a { background-color: rgb(75,201,114); }
div.DivClassName
{
background-color: #4BC972;
}
.BgClassName
{
background-color: #4BC972;
}
</style>
border-color css
<style>
span { border-color: #4BC972; }
span { border-color: rgb(75,201,114); }
td.TdClassName
{
border-color: #4BC972;
}
.TagClassName
{
border-color: #4BC972;
}
</style>