Shades of Emerald #4CEC8C
Tints of Emerald #4CEC8C
RGB
CMYK
RGB Variations
Color information
#4CEC8C (or 0x4CEC8C) is known color: Emerald. HEX triplet: 4C, EC and 8C. RGB value is (76,236,140). Sum of RGB (Red+Green+Blue) = 76+236+140=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #4CEC8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4CEC8C is #B31373. Grayscale: #B1B1B1. Windows color (decimal): -11735924 or 9235532. OLE color: 9235532.
HSL color Cylindrical-coordinate representation of color #4CEC8C: hue angle of 144º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEC8C is Cyan = 0.68, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 236 | 140 | - |
| CMYK | 0.68 | 0 | 0.41 | 0.07 |
| HSL | 144º | 0.81% | 0.61% | - |
| HSV(B) | 144º | 0.68% | 0.93% | - |
| XYZ | 37.71 | 63.42 | 35.06 | - |
| YUV | 177.22 | 106.99 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 236 | 140 | 0.68 | 0 | 0.41 | 0.07 | 144 | 0.81 | 0.61 |
| Hex | 4C | EC | 8C | 44 | 0 | 29 | 7 | 90 | 51 | 3D |
| Octal | 114 | 354 | 214 | 104 | 0 | 51 | 7 | 220 | 121 | 75 |
| Binary | 1001100 | 11101100 | 10001100 | 1000100 | 0 | 101001 | 111 | 10010000 | 1010001 | 111101 |
Color Harmonies of #4CEC8C
Complementary color
Monochromatic Colors of #4CEC8C
Black with #4CEC8C
Text Example
Text Example
White with #4CEC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CEC8C; }
p { color: rgb(76,236,140); }
H1.HeaderClassName
{
color: #4CEC8C;
}
.AnyTagClassName
{
color: #4CEC8C;
}
</style>
background-color css
<style>
a { background-color: #4CEC8C; }
a { background-color: rgb(76,236,140); }
div.DivClassName
{
background-color: #4CEC8C;
}
.BgClassName
{
background-color: #4CEC8C;
}
</style>
border-color css
<style>
span { border-color: #4CEC8C; }
span { border-color: rgb(76,236,140); }
td.TdClassName
{
border-color: #4CEC8C;
}
.TagClassName
{
border-color: #4CEC8C;
}
</style>