Shades of Emerald #4BC870
Tints of Emerald #4BC870
RGB
CMYK
RGB Variations
Color information
#4BC870 (or 0x4BC870) is known color: Emerald. HEX triplet: 4B, C8 and 70. RGB value is (75,200,112). Sum of RGB (Red+Green+Blue) = 75+200+112=387 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.38% from 387); Green value is 200 (78.52% from 255 or 51.68% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC870 is #B4378F. Grayscale: #989898. Windows color (decimal): -11810704 or 7391307. OLE color: 7391307.
HSL color Cylindrical-coordinate representation of color #4BC870: hue angle of 137.76º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC870 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 112 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.22 |
| HSL | 137.76º | 0.53% | 0.54% | - |
| HSV(B) | 137.76º | 0.63% | 0.78% | - |
| XYZ | 26.48 | 43.97 | 22.42 | - |
| YUV | 152.59 | 105.09 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 112 | 0.62 | 0 | 0.44 | 0.22 | 137.76 | 0.53 | 0.54 |
| Hex | 4B | C8 | 70 | 3E | 0 | 2C | 16 | 8A | 35 | 36 |
| Octal | 113 | 310 | 160 | 76 | 0 | 54 | 26 | 212 | 65 | 66 |
| Binary | 1001011 | 11001000 | 1110000 | 111110 | 0 | 101100 | 10110 | 10001010 | 110101 | 110110 |
Color Harmonies of #4BC870
Complementary color
Monochromatic Colors of #4BC870
Black with #4BC870
Text Example
Text Example
White with #4BC870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC870; }
p { color: rgb(75,200,112); }
H1.HeaderClassName
{
color: #4BC870;
}
.AnyTagClassName
{
color: #4BC870;
}
</style>
background-color css
<style>
a { background-color: #4BC870; }
a { background-color: rgb(75,200,112); }
div.DivClassName
{
background-color: #4BC870;
}
.BgClassName
{
background-color: #4BC870;
}
</style>
border-color css
<style>
span { border-color: #4BC870; }
span { border-color: rgb(75,200,112); }
td.TdClassName
{
border-color: #4BC870;
}
.TagClassName
{
border-color: #4BC870;
}
</style>