Shades of Emerald #4CDB88
Tints of Emerald #4CDB88
RGB
CMYK
RGB Variations
Color information
#4CDB88 (or 0x4CDB88) is known color: Emerald. HEX triplet: 4C, DB and 88. RGB value is (76,219,136). Sum of RGB (Red+Green+Blue) = 76+219+136=431 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.63% from 431); Green value is 219 (85.94% from 255 or 50.81% from 431); Blue value is 136 (53.52% from 255 or 31.55% from 431); Max value from RGB is 219 - color contains mainly: green. Hex color #4CDB88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDB88 is #B32477. Grayscale: #A6A6A6. Windows color (decimal): -11740280 or 8969036. OLE color: 8969036.
HSL color Cylindrical-coordinate representation of color #4CDB88: hue angle of 145.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDB88 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 76 | 219 | 136 | - |
| CMYK | 0.65 | 0 | 0.38 | 0.14 |
| HSL | 145.17º | 0.67% | 0.58% | - |
| HSV(B) | 145.17º | 0.65% | 0.86% | - |
| XYZ | 32.76 | 53.98 | 31.98 | - |
| YUV | 166.78 | 110.62 | 63.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 219 | 136 | 0.65 | 0 | 0.38 | 0.14 | 145.17 | 0.67 | 0.58 |
| Hex | 4C | DB | 88 | 41 | 0 | 26 | E | 91 | 43 | 3A |
| Octal | 114 | 333 | 210 | 101 | 0 | 46 | 16 | 221 | 103 | 72 |
| Binary | 1001100 | 11011011 | 10001000 | 1000001 | 0 | 100110 | 1110 | 10010001 | 1000011 | 111010 |
Color Harmonies of #4CDB88
Complementary color
Monochromatic Colors of #4CDB88
Black with #4CDB88
Text Example
Text Example
White with #4CDB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CDB88; }
p { color: rgb(76,219,136); }
H1.HeaderClassName
{
color: #4CDB88;
}
.AnyTagClassName
{
color: #4CDB88;
}
</style>
background-color css
<style>
a { background-color: #4CDB88; }
a { background-color: rgb(76,219,136); }
div.DivClassName
{
background-color: #4CDB88;
}
.BgClassName
{
background-color: #4CDB88;
}
</style>
border-color css
<style>
span { border-color: #4CDB88; }
span { border-color: rgb(76,219,136); }
td.TdClassName
{
border-color: #4CDB88;
}
.TagClassName
{
border-color: #4CDB88;
}
</style>