Shades of Emerald #4ABD61
Tints of Emerald #4ABD61
RGB
CMYK
RGB Variations
Color information
#4ABD61 (or 0x4ABD61) is known color: Emerald. HEX triplet: 4A, BD and 61. RGB value is (74,189,97). Sum of RGB (Red+Green+Blue) = 74+189+97=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 97 (38.28% from 255 or 26.94% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD61 is #B5429E. Grayscale: #909090. Windows color (decimal): -11879071 or 6405450. OLE color: 6405450.
HSL color Cylindrical-coordinate representation of color #4ABD61: hue angle of 132º 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 #4ABD61 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 97 | - |
| CMYK | 0.61 | 0 | 0.49 | 0.26 |
| HSL | 132º | 0.47% | 0.52% | - |
| HSV(B) | 132º | 0.61% | 0.74% | - |
| XYZ | 23.18 | 38.71 | 17.56 | - |
| YUV | 144.13 | 101.4 | 77.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 97 | 0.61 | 0 | 0.49 | 0.26 | 132 | 0.47 | 0.52 |
| Hex | 4A | BD | 61 | 3D | 0 | 31 | 1A | 84 | 2F | 34 |
| Octal | 112 | 275 | 141 | 75 | 0 | 61 | 32 | 204 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1100001 | 111101 | 0 | 110001 | 11010 | 10000100 | 101111 | 110100 |
Color Harmonies of #4ABD61
Complementary color
Monochromatic Colors of #4ABD61
Black with #4ABD61
Text Example
Text Example
White with #4ABD61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD61; }
p { color: rgb(74,189,97); }
H1.HeaderClassName
{
color: #4ABD61;
}
.AnyTagClassName
{
color: #4ABD61;
}
</style>
background-color css
<style>
a { background-color: #4ABD61; }
a { background-color: rgb(74,189,97); }
div.DivClassName
{
background-color: #4ABD61;
}
.BgClassName
{
background-color: #4ABD61;
}
</style>
border-color css
<style>
span { border-color: #4ABD61; }
span { border-color: rgb(74,189,97); }
td.TdClassName
{
border-color: #4ABD61;
}
.TagClassName
{
border-color: #4ABD61;
}
</style>