Shades of Emerald #4BC86C
Tints of Emerald #4BC86C
RGB
CMYK
RGB Variations
Color information
#4BC86C (or 0x4BC86C) is known color: Emerald. HEX triplet: 4B, C8 and 6C. RGB value is (75,200,108). Sum of RGB (Red+Green+Blue) = 75+200+108=383 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.58% from 383); Green value is 200 (78.52% from 255 or 52.22% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC86C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC86C is #B43793. Grayscale: #989898. Windows color (decimal): -11810708 or 7129163. OLE color: 7129163.
HSL color Cylindrical-coordinate representation of color #4BC86C: hue angle of 135.84º 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 #4BC86C is Cyan = 0.62, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 200 | 108 | - |
| CMYK | 0.62 | 0 | 0.46 | 0.22 |
| HSL | 135.84º | 0.53% | 0.54% | - |
| HSV(B) | 135.84º | 0.63% | 0.78% | - |
| XYZ | 26.26 | 43.89 | 21.27 | - |
| YUV | 152.14 | 103.09 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 200 | 108 | 0.62 | 0 | 0.46 | 0.22 | 135.84 | 0.53 | 0.54 |
| Hex | 4B | C8 | 6C | 3E | 0 | 2E | 16 | 88 | 35 | 36 |
| Octal | 113 | 310 | 154 | 76 | 0 | 56 | 26 | 210 | 65 | 66 |
| Binary | 1001011 | 11001000 | 1101100 | 111110 | 0 | 101110 | 10110 | 10001000 | 110101 | 110110 |
Color Harmonies of #4BC86C
Complementary color
Monochromatic Colors of #4BC86C
Black with #4BC86C
Text Example
Text Example
White with #4BC86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC86C; }
p { color: rgb(75,200,108); }
H1.HeaderClassName
{
color: #4BC86C;
}
.AnyTagClassName
{
color: #4BC86C;
}
</style>
background-color css
<style>
a { background-color: #4BC86C; }
a { background-color: rgb(75,200,108); }
div.DivClassName
{
background-color: #4BC86C;
}
.BgClassName
{
background-color: #4BC86C;
}
</style>
border-color css
<style>
span { border-color: #4BC86C; }
span { border-color: rgb(75,200,108); }
td.TdClassName
{
border-color: #4BC86C;
}
.TagClassName
{
border-color: #4BC86C;
}
</style>