Shades of Emerald #4CB970
Tints of Emerald #4CB970
RGB
CMYK
RGB Variations
Color information
#4CB970 (or 0x4CB970) is known color: Emerald. HEX triplet: 4C, B9 and 70. RGB value is (76,185,112). Sum of RGB (Red+Green+Blue) = 76+185+112=373 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.38% from 373); Green value is 185 (72.66% from 255 or 49.60% from 373); Blue value is 112 (44.14% from 255 or 30.03% from 373); Max value from RGB is 185 - color contains mainly: green. Hex color #4CB970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB970 is #B3468F. Grayscale: #909090. Windows color (decimal): -11749008 or 7387468. OLE color: 7387468.
HSL color Cylindrical-coordinate representation of color #4CB970: hue angle of 139.82º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CB970 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 185 | 112 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.27 |
| HSL | 139.82º | 0.44% | 0.51% | - |
| HSV(B) | 139.82º | 0.59% | 0.73% | - |
| XYZ | 23.25 | 37.4 | 21.32 | - |
| YUV | 144.09 | 109.89 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 185 | 112 | 0.59 | 0 | 0.39 | 0.27 | 139.82 | 0.44 | 0.51 |
| Hex | 4C | B9 | 70 | 3B | 0 | 27 | 1B | 8C | 2C | 33 |
| Octal | 114 | 271 | 160 | 73 | 0 | 47 | 33 | 214 | 54 | 63 |
| Binary | 1001100 | 10111001 | 1110000 | 111011 | 0 | 100111 | 11011 | 10001100 | 101100 | 110011 |
Color Harmonies of #4CB970
Complementary color
Monochromatic Colors of #4CB970
Black with #4CB970
Text Example
Text Example
White with #4CB970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB970; }
p { color: rgb(76,185,112); }
H1.HeaderClassName
{
color: #4CB970;
}
.AnyTagClassName
{
color: #4CB970;
}
</style>
background-color css
<style>
a { background-color: #4CB970; }
a { background-color: rgb(76,185,112); }
div.DivClassName
{
background-color: #4CB970;
}
.BgClassName
{
background-color: #4CB970;
}
</style>
border-color css
<style>
span { border-color: #4CB970; }
span { border-color: rgb(76,185,112); }
td.TdClassName
{
border-color: #4CB970;
}
.TagClassName
{
border-color: #4CB970;
}
</style>