Shades of Emerald #4CD288
Tints of Emerald #4CD288
RGB
CMYK
RGB Variations
Color information
#4CD288 (or 0x4CD288) is known color: Emerald. HEX triplet: 4C, D2 and 88. RGB value is (76,210,136). Sum of RGB (Red+Green+Blue) = 76+210+136=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 210 (82.42% from 255 or 49.76% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 210 - color contains mainly: green. Hex color #4CD288 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CD288 is #B32D77. Grayscale: #A1A1A1. Windows color (decimal): -11742584 or 8966732. OLE color: 8966732.
HSL color Cylindrical-coordinate representation of color #4CD288: hue angle of 146.87º degrees, saturation: 0.6, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD288 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 76 | 210 | 136 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.18 |
| HSL | 146.87º | 0.6% | 0.56% | - |
| HSV(B) | 146.87º | 0.64% | 0.82% | - |
| XYZ | 30.47 | 49.41 | 31.22 | - |
| YUV | 161.5 | 113.61 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 210 | 136 | 0.64 | 0 | 0.35 | 0.18 | 146.87 | 0.6 | 0.56 |
| Hex | 4C | D2 | 88 | 40 | 0 | 23 | 12 | 93 | 3C | 38 |
| Octal | 114 | 322 | 210 | 100 | 0 | 43 | 22 | 223 | 74 | 70 |
| Binary | 1001100 | 11010010 | 10001000 | 1000000 | 0 | 100011 | 10010 | 10010011 | 111100 | 111000 |
Color Harmonies of #4CD288
Complementary color
Monochromatic Colors of #4CD288
Black with #4CD288
Text Example
Text Example
White with #4CD288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CD288; }
p { color: rgb(76,210,136); }
H1.HeaderClassName
{
color: #4CD288;
}
.AnyTagClassName
{
color: #4CD288;
}
</style>
background-color css
<style>
a { background-color: #4CD288; }
a { background-color: rgb(76,210,136); }
div.DivClassName
{
background-color: #4CD288;
}
.BgClassName
{
background-color: #4CD288;
}
</style>
border-color css
<style>
span { border-color: #4CD288; }
span { border-color: rgb(76,210,136); }
td.TdClassName
{
border-color: #4CD288;
}
.TagClassName
{
border-color: #4CD288;
}
</style>