Shades of Emerald #4BD088
Tints of Emerald #4BD088
RGB
CMYK
RGB Variations
Color information
#4BD088 (or 0x4BD088) is known color: Emerald. HEX triplet: 4B, D0 and 88. RGB value is (75,208,136). Sum of RGB (Red+Green+Blue) = 75+208+136=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD088 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD088 is #B42F77. Grayscale: #A0A0A0. Windows color (decimal): -11808632 or 8966219. OLE color: 8966219.
HSL color Cylindrical-coordinate representation of color #4BD088: hue angle of 147.52º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD088 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 136 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.18 |
| HSL | 147.52º | 0.59% | 0.55% | - |
| HSV(B) | 147.52º | 0.64% | 0.82% | - |
| XYZ | 29.9 | 48.39 | 31.06 | - |
| YUV | 160.03 | 114.44 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 136 | 0.64 | 0 | 0.35 | 0.18 | 147.52 | 0.59 | 0.55 |
| Hex | 4B | D0 | 88 | 40 | 0 | 23 | 12 | 94 | 3B | 37 |
| Octal | 113 | 320 | 210 | 100 | 0 | 43 | 22 | 224 | 73 | 67 |
| Binary | 1001011 | 11010000 | 10001000 | 1000000 | 0 | 100011 | 10010 | 10010100 | 111011 | 110111 |
Color Harmonies of #4BD088
Complementary color
Monochromatic Colors of #4BD088
Black with #4BD088
Text Example
Text Example
White with #4BD088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD088; }
p { color: rgb(75,208,136); }
H1.HeaderClassName
{
color: #4BD088;
}
.AnyTagClassName
{
color: #4BD088;
}
</style>
background-color css
<style>
a { background-color: #4BD088; }
a { background-color: rgb(75,208,136); }
div.DivClassName
{
background-color: #4BD088;
}
.BgClassName
{
background-color: #4BD088;
}
</style>
border-color css
<style>
span { border-color: #4BD088; }
span { border-color: rgb(75,208,136); }
td.TdClassName
{
border-color: #4BD088;
}
.TagClassName
{
border-color: #4BD088;
}
</style>