Shades of Emerald #4BC86E
Tints of Emerald #4BC86E
RGB
CMYK
RGB Variations
Color information
#4BC86E (or 0x4BC86E) is known color: Emerald. HEX triplet: 4B, C8 and 6E. RGB value is (75,200,110). Sum of RGB (Red+Green+Blue) = 75+200+110=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 200 (78.52% from 255 or 51.95% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC86E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC86E is #B43791. Grayscale: #989898. Windows color (decimal): -11810706 or 7260235. OLE color: 7260235.
HSL color Cylindrical-coordinate representation of color #4BC86E: hue angle of 136.8º 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 #4BC86E is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 110 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.22 |
| HSL | 136.8º | 0.53% | 0.54% | - |
| HSV(B) | 136.8º | 0.63% | 0.78% | - |
| XYZ | 26.37 | 43.93 | 21.84 | - |
| YUV | 152.37 | 104.09 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 110 | 0.62 | 0 | 0.45 | 0.22 | 136.8 | 0.53 | 0.54 |
| Hex | 4B | C8 | 6E | 3E | 0 | 2D | 16 | 89 | 35 | 36 |
| Octal | 113 | 310 | 156 | 76 | 0 | 55 | 26 | 211 | 65 | 66 |
| Binary | 1001011 | 11001000 | 1101110 | 111110 | 0 | 101101 | 10110 | 10001001 | 110101 | 110110 |
Color Harmonies of #4BC86E
Complementary color
Monochromatic Colors of #4BC86E
Black with #4BC86E
Text Example
Text Example
White with #4BC86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC86E; }
p { color: rgb(75,200,110); }
H1.HeaderClassName
{
color: #4BC86E;
}
.AnyTagClassName
{
color: #4BC86E;
}
</style>
background-color css
<style>
a { background-color: #4BC86E; }
a { background-color: rgb(75,200,110); }
div.DivClassName
{
background-color: #4BC86E;
}
.BgClassName
{
background-color: #4BC86E;
}
</style>
border-color css
<style>
span { border-color: #4BC86E; }
span { border-color: rgb(75,200,110); }
td.TdClassName
{
border-color: #4BC86E;
}
.TagClassName
{
border-color: #4BC86E;
}
</style>