Shades of Emerald #4BC886
Tints of Emerald #4BC886
RGB
CMYK
RGB Variations
Color information
#4BC886 (or 0x4BC886) is known color: Emerald. HEX triplet: 4B, C8 and 86. RGB value is (75,200,134). Sum of RGB (Red+Green+Blue) = 75+200+134=409 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.34% from 409); Green value is 200 (78.52% from 255 or 48.90% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC886 is #B43779. Grayscale: #9B9B9B. Windows color (decimal): -11810682 or 8833099. OLE color: 8833099.
HSL color Cylindrical-coordinate representation of color #4BC886: hue angle of 148.32º 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 #4BC886 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 134 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.22 |
| HSL | 148.32º | 0.53% | 0.54% | - |
| HSV(B) | 148.32º | 0.63% | 0.78% | - |
| XYZ | 27.86 | 44.53 | 29.68 | - |
| YUV | 155.1 | 116.09 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 134 | 0.62 | 0 | 0.33 | 0.22 | 148.32 | 0.53 | 0.54 |
| Hex | 4B | C8 | 86 | 3E | 0 | 21 | 16 | 94 | 35 | 36 |
| Octal | 113 | 310 | 206 | 76 | 0 | 41 | 26 | 224 | 65 | 66 |
| Binary | 1001011 | 11001000 | 10000110 | 111110 | 0 | 100001 | 10110 | 10010100 | 110101 | 110110 |
Color Harmonies of #4BC886
Complementary color
Monochromatic Colors of #4BC886
Black with #4BC886
Text Example
Text Example
White with #4BC886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC886; }
p { color: rgb(75,200,134); }
H1.HeaderClassName
{
color: #4BC886;
}
.AnyTagClassName
{
color: #4BC886;
}
</style>
background-color css
<style>
a { background-color: #4BC886; }
a { background-color: rgb(75,200,134); }
div.DivClassName
{
background-color: #4BC886;
}
.BgClassName
{
background-color: #4BC886;
}
</style>
border-color css
<style>
span { border-color: #4BC886; }
span { border-color: rgb(75,200,134); }
td.TdClassName
{
border-color: #4BC886;
}
.TagClassName
{
border-color: #4BC886;
}
</style>