Shades of Emerald #4CE470
Tints of Emerald #4CE470
RGB
CMYK
RGB Variations
Color information
#4CE470 (or 0x4CE470) is known color: Emerald. HEX triplet: 4C, E4 and 70. RGB value is (76,228,112). Sum of RGB (Red+Green+Blue) = 76+228+112=416 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.27% from 416); Green value is 228 (89.45% from 255 or 54.81% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 228 - color contains mainly: green. Hex color #4CE470 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CE470 is #B31B8F. Grayscale: #A9A9A9. Windows color (decimal): -11738000 or 7398476. OLE color: 7398476.
HSL color Cylindrical-coordinate representation of color #4CE470: hue angle of 134.21º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4CE470 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 76 | 228 | 112 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.11 |
| HSL | 134.21º | 0.74% | 0.6% | - |
| HSV(B) | 134.21º | 0.67% | 0.89% | - |
| XYZ | 33.65 | 58.19 | 24.79 | - |
| YUV | 169.33 | 95.64 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 228 | 112 | 0.67 | 0 | 0.51 | 0.11 | 134.21 | 0.74 | 0.6 |
| Hex | 4C | E4 | 70 | 43 | 0 | 33 | B | 86 | 4A | 3C |
| Octal | 114 | 344 | 160 | 103 | 0 | 63 | 13 | 206 | 112 | 74 |
| Binary | 1001100 | 11100100 | 1110000 | 1000011 | 0 | 110011 | 1011 | 10000110 | 1001010 | 111100 |
Color Harmonies of #4CE470
Complementary color
Monochromatic Colors of #4CE470
Black with #4CE470
Text Example
Text Example
White with #4CE470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE470; }
p { color: rgb(76,228,112); }
H1.HeaderClassName
{
color: #4CE470;
}
.AnyTagClassName
{
color: #4CE470;
}
</style>
background-color css
<style>
a { background-color: #4CE470; }
a { background-color: rgb(76,228,112); }
div.DivClassName
{
background-color: #4CE470;
}
.BgClassName
{
background-color: #4CE470;
}
</style>
border-color css
<style>
span { border-color: #4CE470; }
span { border-color: rgb(76,228,112); }
td.TdClassName
{
border-color: #4CE470;
}
.TagClassName
{
border-color: #4CE470;
}
</style>