Shades of Emerald #4BBE86
Tints of Emerald #4BBE86
RGB
CMYK
RGB Variations
Color information
#4BBE86 (or 0x4BBE86) is known color: Emerald. HEX triplet: 4B, BE and 86. RGB value is (75,190,134). Sum of RGB (Red+Green+Blue) = 75+190+134=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 190 (74.61% from 255 or 47.62% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 190 - color contains mainly: green. Hex color #4BBE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBE86 is #B44179. Grayscale: #959595. Windows color (decimal): -11813242 or 8830539. OLE color: 8830539.
HSL color Cylindrical-coordinate representation of color #4BBE86: hue angle of 150.78º degrees, saturation: 0.47, 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 #4BBE86 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 75 | 190 | 134 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.25 |
| HSL | 150.78º | 0.47% | 0.52% | - |
| HSV(B) | 150.78º | 0.61% | 0.75% | - |
| XYZ | 25.62 | 40.04 | 28.93 | - |
| YUV | 149.23 | 119.4 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 190 | 134 | 0.61 | 0 | 0.29 | 0.25 | 150.78 | 0.47 | 0.52 |
| Hex | 4B | BE | 86 | 3D | 0 | 1D | 19 | 97 | 2F | 34 |
| Octal | 113 | 276 | 206 | 75 | 0 | 35 | 31 | 227 | 57 | 64 |
| Binary | 1001011 | 10111110 | 10000110 | 111101 | 0 | 11101 | 11001 | 10010111 | 101111 | 110100 |
Color Harmonies of #4BBE86
Complementary color
Monochromatic Colors of #4BBE86
Black with #4BBE86
Text Example
Text Example
White with #4BBE86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBE86; }
p { color: rgb(75,190,134); }
H1.HeaderClassName
{
color: #4BBE86;
}
.AnyTagClassName
{
color: #4BBE86;
}
</style>
background-color css
<style>
a { background-color: #4BBE86; }
a { background-color: rgb(75,190,134); }
div.DivClassName
{
background-color: #4BBE86;
}
.BgClassName
{
background-color: #4BBE86;
}
</style>
border-color css
<style>
span { border-color: #4BBE86; }
span { border-color: rgb(75,190,134); }
td.TdClassName
{
border-color: #4BBE86;
}
.TagClassName
{
border-color: #4BBE86;
}
</style>