Shades of Emerald #4BC770
Tints of Emerald #4BC770
RGB
CMYK
RGB Variations
Color information
#4BC770 (or 0x4BC770) is known color: Emerald. HEX triplet: 4B, C7 and 70. RGB value is (75,199,112). Sum of RGB (Red+Green+Blue) = 75+199+112=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 199 (78.12% from 255 or 51.55% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 199 - color contains mainly: green. Hex color #4BC770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC770 is #B4388F. Grayscale: #989898. Windows color (decimal): -11810960 or 7391051. OLE color: 7391051.
HSL color Cylindrical-coordinate representation of color #4BC770: hue angle of 137.9º 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 #4BC770 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 199 | 112 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.22 |
| HSL | 137.9º | 0.53% | 0.54% | - |
| HSV(B) | 137.9º | 0.62% | 0.78% | - |
| XYZ | 26.25 | 43.51 | 22.34 | - |
| YUV | 152.01 | 105.42 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 199 | 112 | 0.62 | 0 | 0.44 | 0.22 | 137.9 | 0.53 | 0.54 |
| Hex | 4B | C7 | 70 | 3E | 0 | 2C | 16 | 8A | 35 | 36 |
| Octal | 113 | 307 | 160 | 76 | 0 | 54 | 26 | 212 | 65 | 66 |
| Binary | 1001011 | 11000111 | 1110000 | 111110 | 0 | 101100 | 10110 | 10001010 | 110101 | 110110 |
Color Harmonies of #4BC770
Complementary color
Monochromatic Colors of #4BC770
Black with #4BC770
Text Example
Text Example
White with #4BC770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC770; }
p { color: rgb(75,199,112); }
H1.HeaderClassName
{
color: #4BC770;
}
.AnyTagClassName
{
color: #4BC770;
}
</style>
background-color css
<style>
a { background-color: #4BC770; }
a { background-color: rgb(75,199,112); }
div.DivClassName
{
background-color: #4BC770;
}
.BgClassName
{
background-color: #4BC770;
}
</style>
border-color css
<style>
span { border-color: #4BC770; }
span { border-color: rgb(75,199,112); }
td.TdClassName
{
border-color: #4BC770;
}
.TagClassName
{
border-color: #4BC770;
}
</style>