Shades of Emerald #4BBC85
Tints of Emerald #4BBC85
RGB
CMYK
RGB Variations
Color information
#4BBC85 (or 0x4BBC85) is known color: Emerald. HEX triplet: 4B, BC and 85. RGB value is (75,188,133). Sum of RGB (Red+Green+Blue) = 75+188+133=396 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.94% from 396); Green value is 188 (73.83% from 255 or 47.47% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBC85 is #B4437A. Grayscale: #949494. Windows color (decimal): -11813755 or 8764491. OLE color: 8764491.
HSL color Cylindrical-coordinate representation of color #4BBC85: hue angle of 150.8º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBC85 is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 133 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.26 |
| HSL | 150.8º | 0.46% | 0.52% | - |
| HSV(B) | 150.8º | 0.6% | 0.74% | - |
| XYZ | 25.12 | 39.16 | 28.42 | - |
| YUV | 147.94 | 119.56 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 133 | 0.60 | 0 | 0.29 | 0.26 | 150.8 | 0.46 | 0.52 |
| Hex | 4B | BC | 85 | 3C | 0 | 1D | 1A | 97 | 2E | 34 |
| Octal | 113 | 274 | 205 | 74 | 0 | 35 | 32 | 227 | 56 | 64 |
| Binary | 1001011 | 10111100 | 10000101 | 111100 | 0 | 11101 | 11010 | 10010111 | 101110 | 110100 |
Color Harmonies of #4BBC85
Complementary color
Monochromatic Colors of #4BBC85
Black with #4BBC85
Text Example
Text Example
White with #4BBC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBC85; }
p { color: rgb(75,188,133); }
H1.HeaderClassName
{
color: #4BBC85;
}
.AnyTagClassName
{
color: #4BBC85;
}
</style>
background-color css
<style>
a { background-color: #4BBC85; }
a { background-color: rgb(75,188,133); }
div.DivClassName
{
background-color: #4BBC85;
}
.BgClassName
{
background-color: #4BBC85;
}
</style>
border-color css
<style>
span { border-color: #4BBC85; }
span { border-color: rgb(75,188,133); }
td.TdClassName
{
border-color: #4BBC85;
}
.TagClassName
{
border-color: #4BBC85;
}
</style>