Shades of Emerald #4CCA5E
Tints of Emerald #4CCA5E
RGB
CMYK
RGB Variations
Color information
#4CCA5E (or 0x4CCA5E) is known color: Emerald. HEX triplet: 4C, CA and 5E. RGB value is (76,202,94). Sum of RGB (Red+Green+Blue) = 76+202+94=372 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.43% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CCA5E is #B335A1. Grayscale: #989898. Windows color (decimal): -11744674 or 6212172. OLE color: 6212172.
HSL color Cylindrical-coordinate representation of color #4CCA5E: hue angle of 128.57º 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 #4CCA5E is Cyan = 0.62, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 94 | - |
| CMYK | 0.62 | 0 | 0.53 | 0.21 |
| HSL | 128.57º | 0.54% | 0.55% | - |
| HSV(B) | 128.57º | 0.62% | 0.79% | - |
| XYZ | 26.12 | 44.59 | 17.82 | - |
| YUV | 152.01 | 95.26 | 73.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 94 | 0.62 | 0 | 0.53 | 0.21 | 128.57 | 0.54 | 0.55 |
| Hex | 4C | CA | 5E | 3E | 0 | 35 | 15 | 81 | 36 | 37 |
| Octal | 114 | 312 | 136 | 76 | 0 | 65 | 25 | 201 | 66 | 67 |
| Binary | 1001100 | 11001010 | 1011110 | 111110 | 0 | 110101 | 10101 | 10000001 | 110110 | 110111 |
Color Harmonies of #4CCA5E
Complementary color
Monochromatic Colors of #4CCA5E
Black with #4CCA5E
Text Example
Text Example
White with #4CCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCA5E; }
p { color: rgb(76,202,94); }
H1.HeaderClassName
{
color: #4CCA5E;
}
.AnyTagClassName
{
color: #4CCA5E;
}
</style>
background-color css
<style>
a { background-color: #4CCA5E; }
a { background-color: rgb(76,202,94); }
div.DivClassName
{
background-color: #4CCA5E;
}
.BgClassName
{
background-color: #4CCA5E;
}
</style>
border-color css
<style>
span { border-color: #4CCA5E; }
span { border-color: rgb(76,202,94); }
td.TdClassName
{
border-color: #4CCA5E;
}
.TagClassName
{
border-color: #4CCA5E;
}
</style>