Shades of Emerald #4BBF86
Tints of Emerald #4BBF86
RGB
CMYK
RGB Variations
Color information
#4BBF86 (or 0x4BBF86) is known color: Emerald. HEX triplet: 4B, BF and 86. RGB value is (75,191,134). Sum of RGB (Red+Green+Blue) = 75+191+134=400 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.75% from 400); Green value is 191 (75% from 255 or 47.75% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 191 - color contains mainly: green. Hex color #4BBF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBF86 is #B44079. Grayscale: #959595. Windows color (decimal): -11812986 or 8830795. OLE color: 8830795.
HSL color Cylindrical-coordinate representation of color #4BBF86: hue angle of 150.52º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BBF86 is Cyan = 0.61, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 191 | 134 | - |
| CMYK | 0.61 | 0 | 0.30 | 0.25 |
| HSL | 150.52º | 0.48% | 0.52% | - |
| HSV(B) | 150.52º | 0.61% | 0.75% | - |
| XYZ | 25.84 | 40.48 | 29.01 | - |
| YUV | 149.82 | 119.07 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 191 | 134 | 0.61 | 0 | 0.30 | 0.25 | 150.52 | 0.48 | 0.52 |
| Hex | 4B | BF | 86 | 3D | 0 | 1E | 19 | 97 | 30 | 34 |
| Octal | 113 | 277 | 206 | 75 | 0 | 36 | 31 | 227 | 60 | 64 |
| Binary | 1001011 | 10111111 | 10000110 | 111101 | 0 | 11110 | 11001 | 10010111 | 110000 | 110100 |
Color Harmonies of #4BBF86
Complementary color
Monochromatic Colors of #4BBF86
Black with #4BBF86
Text Example
Text Example
White with #4BBF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBF86; }
p { color: rgb(75,191,134); }
H1.HeaderClassName
{
color: #4BBF86;
}
.AnyTagClassName
{
color: #4BBF86;
}
</style>
background-color css
<style>
a { background-color: #4BBF86; }
a { background-color: rgb(75,191,134); }
div.DivClassName
{
background-color: #4BBF86;
}
.BgClassName
{
background-color: #4BBF86;
}
</style>
border-color css
<style>
span { border-color: #4BBF86; }
span { border-color: rgb(75,191,134); }
td.TdClassName
{
border-color: #4BBF86;
}
.TagClassName
{
border-color: #4BBF86;
}
</style>