Shades of Emerald #4BC988
Tints of Emerald #4BC988
RGB
CMYK
RGB Variations
Color information
#4BC988 (or 0x4BC988) is known color: Emerald. HEX triplet: 4B, C9 and 88. RGB value is (75,201,136). Sum of RGB (Red+Green+Blue) = 75+201+136=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 201 (78.91% from 255 or 48.79% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 201 - color contains mainly: green. Hex color #4BC988 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC988 is #B43677. Grayscale: #9C9C9C. Windows color (decimal): -11810424 or 8964427. OLE color: 8964427.
HSL color Cylindrical-coordinate representation of color #4BC988: hue angle of 149.05º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC988 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 75 | 201 | 136 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.21 |
| HSL | 149.05º | 0.54% | 0.54% | - |
| HSV(B) | 149.05º | 0.63% | 0.79% | - |
| XYZ | 28.23 | 45.05 | 30.5 | - |
| YUV | 155.92 | 116.76 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 201 | 136 | 0.63 | 0 | 0.32 | 0.21 | 149.05 | 0.54 | 0.54 |
| Hex | 4B | C9 | 88 | 3F | 0 | 20 | 15 | 95 | 36 | 36 |
| Octal | 113 | 311 | 210 | 77 | 0 | 40 | 25 | 225 | 66 | 66 |
| Binary | 1001011 | 11001001 | 10001000 | 111111 | 0 | 100000 | 10101 | 10010101 | 110110 | 110110 |
Color Harmonies of #4BC988
Complementary color
Monochromatic Colors of #4BC988
Black with #4BC988
Text Example
Text Example
White with #4BC988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC988; }
p { color: rgb(75,201,136); }
H1.HeaderClassName
{
color: #4BC988;
}
.AnyTagClassName
{
color: #4BC988;
}
</style>
background-color css
<style>
a { background-color: #4BC988; }
a { background-color: rgb(75,201,136); }
div.DivClassName
{
background-color: #4BC988;
}
.BgClassName
{
background-color: #4BC988;
}
</style>
border-color css
<style>
span { border-color: #4BC988; }
span { border-color: rgb(75,201,136); }
td.TdClassName
{
border-color: #4BC988;
}
.TagClassName
{
border-color: #4BC988;
}
</style>