Shades of Emerald #4CC970
Tints of Emerald #4CC970
RGB
CMYK
RGB Variations
Color information
#4CC970 (or 0x4CC970) is known color: Emerald. HEX triplet: 4C, C9 and 70. RGB value is (76,201,112). Sum of RGB (Red+Green+Blue) = 76+201+112=389 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.54% from 389); Green value is 201 (78.91% from 255 or 51.67% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CC970 is #B3368F. Grayscale: #999999. Windows color (decimal): -11744912 or 7391564. OLE color: 7391564.
HSL color Cylindrical-coordinate representation of color #4CC970: hue angle of 137.28º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC970 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 201 | 112 | - |
| CMYK | 0.62 | 0 | 0.44 | 0.21 |
| HSL | 137.28º | 0.54% | 0.54% | - |
| HSV(B) | 137.28º | 0.62% | 0.79% | - |
| XYZ | 26.79 | 44.48 | 22.5 | - |
| YUV | 153.48 | 104.59 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 201 | 112 | 0.62 | 0 | 0.44 | 0.21 | 137.28 | 0.54 | 0.54 |
| Hex | 4C | C9 | 70 | 3E | 0 | 2C | 15 | 89 | 36 | 36 |
| Octal | 114 | 311 | 160 | 76 | 0 | 54 | 25 | 211 | 66 | 66 |
| Binary | 1001100 | 11001001 | 1110000 | 111110 | 0 | 101100 | 10101 | 10001001 | 110110 | 110110 |
Color Harmonies of #4CC970
Complementary color
Monochromatic Colors of #4CC970
Black with #4CC970
Text Example
Text Example
White with #4CC970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC970; }
p { color: rgb(76,201,112); }
H1.HeaderClassName
{
color: #4CC970;
}
.AnyTagClassName
{
color: #4CC970;
}
</style>
background-color css
<style>
a { background-color: #4CC970; }
a { background-color: rgb(76,201,112); }
div.DivClassName
{
background-color: #4CC970;
}
.BgClassName
{
background-color: #4CC970;
}
</style>
border-color css
<style>
span { border-color: #4CC970; }
span { border-color: rgb(76,201,112); }
td.TdClassName
{
border-color: #4CC970;
}
.TagClassName
{
border-color: #4CC970;
}
</style>