Shades of Emerald #4CCD8B
Tints of Emerald #4CCD8B
RGB
CMYK
RGB Variations
Color information
#4CCD8B (or 0x4CCD8B) is known color: Emerald. HEX triplet: 4C, CD and 8B. RGB value is (76,205,139). Sum of RGB (Red+Green+Blue) = 76+205+139=420 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.10% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCD8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCD8B is #B33274. Grayscale: #9F9F9F. Windows color (decimal): -11743861 or 9162060. OLE color: 9162060.
HSL color Cylindrical-coordinate representation of color #4CCD8B: hue angle of 149.3º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCD8B is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 139 | - |
| CMYK | 0.63 | 0 | 0.32 | 0.20 |
| HSL | 149.3º | 0.56% | 0.55% | - |
| HSV(B) | 149.3º | 0.63% | 0.8% | - |
| XYZ | 29.47 | 47.06 | 31.96 | - |
| YUV | 158.91 | 116.76 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 139 | 0.63 | 0 | 0.32 | 0.20 | 149.3 | 0.56 | 0.55 |
| Hex | 4C | CD | 8B | 3F | 0 | 20 | 14 | 95 | 38 | 37 |
| Octal | 114 | 315 | 213 | 77 | 0 | 40 | 24 | 225 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10001011 | 111111 | 0 | 100000 | 10100 | 10010101 | 111000 | 110111 |
Color Harmonies of #4CCD8B
Complementary color
Monochromatic Colors of #4CCD8B
Black with #4CCD8B
Text Example
Text Example
White with #4CCD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCD8B; }
p { color: rgb(76,205,139); }
H1.HeaderClassName
{
color: #4CCD8B;
}
.AnyTagClassName
{
color: #4CCD8B;
}
</style>
background-color css
<style>
a { background-color: #4CCD8B; }
a { background-color: rgb(76,205,139); }
div.DivClassName
{
background-color: #4CCD8B;
}
.BgClassName
{
background-color: #4CCD8B;
}
</style>
border-color css
<style>
span { border-color: #4CCD8B; }
span { border-color: rgb(76,205,139); }
td.TdClassName
{
border-color: #4CCD8B;
}
.TagClassName
{
border-color: #4CCD8B;
}
</style>