Shades of Emerald #4CED72
Tints of Emerald #4CED72
RGB
CMYK
RGB Variations
Color information
#4CED72 (or 0x4CED72) is known color: Emerald. HEX triplet: 4C, ED and 72. RGB value is (76,237,114). Sum of RGB (Red+Green+Blue) = 76+237+114=427 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.80% from 427); Green value is 237 (92.97% from 255 or 55.50% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 237 - color contains mainly: green. Hex color #4CED72 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #4CED72 is #B3128D. Grayscale: #AFAFAF. Windows color (decimal): -11735694 or 7531852. OLE color: 7531852.
HSL color Cylindrical-coordinate representation of color #4CED72: hue angle of 134.16º degrees, saturation: 0.82, 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 #4CED72 is Cyan = 0.68, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 76 | 237 | 114 | - |
| CMYK | 0.68 | 0 | 0.52 | 0.07 |
| HSL | 134.16º | 0.82% | 0.61% | - |
| HSV(B) | 134.16º | 0.68% | 0.93% | - |
| XYZ | 36.3 | 63.32 | 26.23 | - |
| YUV | 174.84 | 93.66 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 237 | 114 | 0.68 | 0 | 0.52 | 0.07 | 134.16 | 0.82 | 0.61 |
| Hex | 4C | ED | 72 | 44 | 0 | 34 | 7 | 86 | 52 | 3D |
| Octal | 114 | 355 | 162 | 104 | 0 | 64 | 7 | 206 | 122 | 75 |
| Binary | 1001100 | 11101101 | 1110010 | 1000100 | 0 | 110100 | 111 | 10000110 | 1010010 | 111101 |
Color Harmonies of #4CED72
Complementary color
Monochromatic Colors of #4CED72
Black with #4CED72
Text Example
Text Example
White with #4CED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CED72; }
p { color: rgb(76,237,114); }
H1.HeaderClassName
{
color: #4CED72;
}
.AnyTagClassName
{
color: #4CED72;
}
</style>
background-color css
<style>
a { background-color: #4CED72; }
a { background-color: rgb(76,237,114); }
div.DivClassName
{
background-color: #4CED72;
}
.BgClassName
{
background-color: #4CED72;
}
</style>
border-color css
<style>
span { border-color: #4CED72; }
span { border-color: rgb(76,237,114); }
td.TdClassName
{
border-color: #4CED72;
}
.TagClassName
{
border-color: #4CED72;
}
</style>