Shades of Emerald #4ABC70
Tints of Emerald #4ABC70
RGB
CMYK
RGB Variations
Color information
#4ABC70 (or 0x4ABC70) is known color: Emerald. HEX triplet: 4A, BC and 70. RGB value is (74,188,112). Sum of RGB (Red+Green+Blue) = 74+188+112=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 188 (73.83% from 255 or 50.27% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC70 is #B5438F. Grayscale: #919191. Windows color (decimal): -11879312 or 7388234. OLE color: 7388234.
HSL color Cylindrical-coordinate representation of color #4ABC70: hue angle of 140º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC70 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 112 | - |
| CMYK | 0.61 | 0 | 0.40 | 0.26 |
| HSL | 140º | 0.46% | 0.51% | - |
| HSV(B) | 140º | 0.61% | 0.74% | - |
| XYZ | 23.73 | 38.59 | 21.53 | - |
| YUV | 145.25 | 109.23 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 112 | 0.61 | 0 | 0.40 | 0.26 | 140 | 0.46 | 0.51 |
| Hex | 4A | BC | 70 | 3D | 0 | 28 | 1A | 8C | 2E | 33 |
| Octal | 112 | 274 | 160 | 75 | 0 | 50 | 32 | 214 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1110000 | 111101 | 0 | 101000 | 11010 | 10001100 | 101110 | 110011 |
Color Harmonies of #4ABC70
Complementary color
Monochromatic Colors of #4ABC70
Black with #4ABC70
Text Example
Text Example
White with #4ABC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC70; }
p { color: rgb(74,188,112); }
H1.HeaderClassName
{
color: #4ABC70;
}
.AnyTagClassName
{
color: #4ABC70;
}
</style>
background-color css
<style>
a { background-color: #4ABC70; }
a { background-color: rgb(74,188,112); }
div.DivClassName
{
background-color: #4ABC70;
}
.BgClassName
{
background-color: #4ABC70;
}
</style>
border-color css
<style>
span { border-color: #4ABC70; }
span { border-color: rgb(74,188,112); }
td.TdClassName
{
border-color: #4ABC70;
}
.TagClassName
{
border-color: #4ABC70;
}
</style>