Shades of Emerald #4CCA8C
Tints of Emerald #4CCA8C
RGB
CMYK
RGB Variations
Color information
#4CCA8C (or 0x4CCA8C) is known color: Emerald. HEX triplet: 4C, CA and 8C. RGB value is (76,202,140). Sum of RGB (Red+Green+Blue) = 76+202+140=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCA8C is #B33573. Grayscale: #9D9D9D. Windows color (decimal): -11744628 or 9226828. OLE color: 9226828.
HSL color Cylindrical-coordinate representation of color #4CCA8C: hue angle of 150.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCA8C is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 140 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.21 |
| HSL | 150.48º | 0.54% | 0.55% | - |
| HSV(B) | 150.48º | 0.62% | 0.79% | - |
| XYZ | 28.83 | 45.67 | 32.11 | - |
| YUV | 157.26 | 118.26 | 70.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 140 | 0.62 | 0 | 0.31 | 0.21 | 150.48 | 0.54 | 0.55 |
| Hex | 4C | CA | 8C | 3E | 0 | 1F | 15 | 96 | 36 | 37 |
| Octal | 114 | 312 | 214 | 76 | 0 | 37 | 25 | 226 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10001100 | 111110 | 0 | 11111 | 10101 | 10010110 | 110110 | 110111 |
Color Harmonies of #4CCA8C
Complementary color
Monochromatic Colors of #4CCA8C
Black with #4CCA8C
Text Example
Text Example
White with #4CCA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCA8C; }
p { color: rgb(76,202,140); }
H1.HeaderClassName
{
color: #4CCA8C;
}
.AnyTagClassName
{
color: #4CCA8C;
}
</style>
background-color css
<style>
a { background-color: #4CCA8C; }
a { background-color: rgb(76,202,140); }
div.DivClassName
{
background-color: #4CCA8C;
}
.BgClassName
{
background-color: #4CCA8C;
}
</style>
border-color css
<style>
span { border-color: #4CCA8C; }
span { border-color: rgb(76,202,140); }
td.TdClassName
{
border-color: #4CCA8C;
}
.TagClassName
{
border-color: #4CCA8C;
}
</style>