Shades of Emerald #4ABC77
Tints of Emerald #4ABC77
RGB
CMYK
RGB Variations
Color information
#4ABC77 (or 0x4ABC77) is known color: Emerald. HEX triplet: 4A, BC and 77. RGB value is (74,188,119). Sum of RGB (Red+Green+Blue) = 74+188+119=381 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.42% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC77 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC77 is #B54388. Grayscale: #929292. Windows color (decimal): -11879305 or 7846986. OLE color: 7846986.
HSL color Cylindrical-coordinate representation of color #4ABC77: hue angle of 143.68º 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 #4ABC77 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 119 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.26 |
| HSL | 143.68º | 0.46% | 0.51% | - |
| HSV(B) | 143.68º | 0.61% | 0.74% | - |
| XYZ | 24.14 | 38.75 | 23.66 | - |
| YUV | 146.05 | 112.73 | 76.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 119 | 0.61 | 0 | 0.37 | 0.26 | 143.68 | 0.46 | 0.51 |
| Hex | 4A | BC | 77 | 3D | 0 | 25 | 1A | 90 | 2E | 33 |
| Octal | 112 | 274 | 167 | 75 | 0 | 45 | 32 | 220 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1110111 | 111101 | 0 | 100101 | 11010 | 10010000 | 101110 | 110011 |
Color Harmonies of #4ABC77
Complementary color
Monochromatic Colors of #4ABC77
Black with #4ABC77
Text Example
Text Example
White with #4ABC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC77; }
p { color: rgb(74,188,119); }
H1.HeaderClassName
{
color: #4ABC77;
}
.AnyTagClassName
{
color: #4ABC77;
}
</style>
background-color css
<style>
a { background-color: #4ABC77; }
a { background-color: rgb(74,188,119); }
div.DivClassName
{
background-color: #4ABC77;
}
.BgClassName
{
background-color: #4ABC77;
}
</style>
border-color css
<style>
span { border-color: #4ABC77; }
span { border-color: rgb(74,188,119); }
td.TdClassName
{
border-color: #4ABC77;
}
.TagClassName
{
border-color: #4ABC77;
}
</style>