Shades of Emerald #4ABD62
Tints of Emerald #4ABD62
RGB
CMYK
RGB Variations
Color information
#4ABD62 (or 0x4ABD62) is known color: Emerald. HEX triplet: 4A, BD and 62. RGB value is (74,189,98). Sum of RGB (Red+Green+Blue) = 74+189+98=361 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.50% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD62 is #B5429D. Grayscale: #909090. Windows color (decimal): -11879070 or 6470986. OLE color: 6470986.
HSL color Cylindrical-coordinate representation of color #4ABD62: hue angle of 132.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD62 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 98 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.26 |
| HSL | 132.52º | 0.47% | 0.52% | - |
| HSV(B) | 132.52º | 0.61% | 0.74% | - |
| XYZ | 23.23 | 38.73 | 17.81 | - |
| YUV | 144.24 | 101.9 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 98 | 0.61 | 0 | 0.48 | 0.26 | 132.52 | 0.47 | 0.52 |
| Hex | 4A | BD | 62 | 3D | 0 | 30 | 1A | 85 | 2F | 34 |
| Octal | 112 | 275 | 142 | 75 | 0 | 60 | 32 | 205 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1100010 | 111101 | 0 | 110000 | 11010 | 10000101 | 101111 | 110100 |
Color Harmonies of #4ABD62
Complementary color
Monochromatic Colors of #4ABD62
Black with #4ABD62
Text Example
Text Example
White with #4ABD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD62; }
p { color: rgb(74,189,98); }
H1.HeaderClassName
{
color: #4ABD62;
}
.AnyTagClassName
{
color: #4ABD62;
}
</style>
background-color css
<style>
a { background-color: #4ABD62; }
a { background-color: rgb(74,189,98); }
div.DivClassName
{
background-color: #4ABD62;
}
.BgClassName
{
background-color: #4ABD62;
}
</style>
border-color css
<style>
span { border-color: #4ABD62; }
span { border-color: rgb(74,189,98); }
td.TdClassName
{
border-color: #4ABD62;
}
.TagClassName
{
border-color: #4ABD62;
}
</style>