Shades of Emerald #4BC686
Tints of Emerald #4BC686
RGB
CMYK
RGB Variations
Color information
#4BC686 (or 0x4BC686) is known color: Emerald. HEX triplet: 4B, C6 and 86. RGB value is (75,198,134). Sum of RGB (Red+Green+Blue) = 75+198+134=407 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.43% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC686 is #B43979. Grayscale: #9A9A9A. Windows color (decimal): -11811194 or 8832587. OLE color: 8832587.
HSL color Cylindrical-coordinate representation of color #4BC686: hue angle of 148.78º degrees, saturation: 0.52, 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 #4BC686 is Cyan = 0.62, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 75 | 198 | 134 | - |
| CMYK | 0.62 | 0 | 0.32 | 0.22 |
| HSL | 148.78º | 0.52% | 0.54% | - |
| HSV(B) | 148.78º | 0.62% | 0.78% | - |
| XYZ | 27.4 | 43.61 | 29.53 | - |
| YUV | 153.93 | 116.75 | 71.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 198 | 134 | 0.62 | 0 | 0.32 | 0.22 | 148.78 | 0.52 | 0.54 |
| Hex | 4B | C6 | 86 | 3E | 0 | 20 | 16 | 95 | 34 | 36 |
| Octal | 113 | 306 | 206 | 76 | 0 | 40 | 26 | 225 | 64 | 66 |
| Binary | 1001011 | 11000110 | 10000110 | 111110 | 0 | 100000 | 10110 | 10010101 | 110100 | 110110 |
Color Harmonies of #4BC686
Complementary color
Monochromatic Colors of #4BC686
Black with #4BC686
Text Example
Text Example
White with #4BC686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC686; }
p { color: rgb(75,198,134); }
H1.HeaderClassName
{
color: #4BC686;
}
.AnyTagClassName
{
color: #4BC686;
}
</style>
background-color css
<style>
a { background-color: #4BC686; }
a { background-color: rgb(75,198,134); }
div.DivClassName
{
background-color: #4BC686;
}
.BgClassName
{
background-color: #4BC686;
}
</style>
border-color css
<style>
span { border-color: #4BC686; }
span { border-color: rgb(75,198,134); }
td.TdClassName
{
border-color: #4BC686;
}
.TagClassName
{
border-color: #4BC686;
}
</style>