Shades of Emerald #4ABC62
Tints of Emerald #4ABC62
RGB
CMYK
RGB Variations
Color information
#4ABC62 (or 0x4ABC62) is known color: Emerald. HEX triplet: 4A, BC and 62. RGB value is (74,188,98). Sum of RGB (Red+Green+Blue) = 74+188+98=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC62 is #B5439D. Grayscale: #8F8F8F. Windows color (decimal): -11879326 or 6470730. OLE color: 6470730.
HSL color Cylindrical-coordinate representation of color #4ABC62: hue angle of 132.63º 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 #4ABC62 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 98 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.26 |
| HSL | 132.63º | 0.46% | 0.51% | - |
| HSV(B) | 132.63º | 0.61% | 0.74% | - |
| XYZ | 23.01 | 38.3 | 17.74 | - |
| YUV | 143.65 | 102.23 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 98 | 0.61 | 0 | 0.48 | 0.26 | 132.63 | 0.46 | 0.51 |
| Hex | 4A | BC | 62 | 3D | 0 | 30 | 1A | 85 | 2E | 33 |
| Octal | 112 | 274 | 142 | 75 | 0 | 60 | 32 | 205 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1100010 | 111101 | 0 | 110000 | 11010 | 10000101 | 101110 | 110011 |
Color Harmonies of #4ABC62
Complementary color
Monochromatic Colors of #4ABC62
Black with #4ABC62
Text Example
Text Example
White with #4ABC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC62; }
p { color: rgb(74,188,98); }
H1.HeaderClassName
{
color: #4ABC62;
}
.AnyTagClassName
{
color: #4ABC62;
}
</style>
background-color css
<style>
a { background-color: #4ABC62; }
a { background-color: rgb(74,188,98); }
div.DivClassName
{
background-color: #4ABC62;
}
.BgClassName
{
background-color: #4ABC62;
}
</style>
border-color css
<style>
span { border-color: #4ABC62; }
span { border-color: rgb(74,188,98); }
td.TdClassName
{
border-color: #4ABC62;
}
.TagClassName
{
border-color: #4ABC62;
}
</style>