Shades of Emerald #4ABD6D
Tints of Emerald #4ABD6D
RGB
CMYK
RGB Variations
Color information
#4ABD6D (or 0x4ABD6D) is known color: Emerald. HEX triplet: 4A, BD and 6D. RGB value is (74,189,109). Sum of RGB (Red+Green+Blue) = 74+189+109=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 189 (74.22% from 255 or 50.81% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD6D is #B54292. Grayscale: #919191. Windows color (decimal): -11879059 or 7191882. OLE color: 7191882.
HSL color Cylindrical-coordinate representation of color #4ABD6D: hue angle of 138.26º 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 #4ABD6D is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 109 | - |
| CMYK | 0.61 | 0 | 0.42 | 0.26 |
| HSL | 138.26º | 0.47% | 0.52% | - |
| HSV(B) | 138.26º | 0.61% | 0.74% | - |
| XYZ | 23.78 | 38.96 | 20.73 | - |
| YUV | 145.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 109 | 0.61 | 0 | 0.42 | 0.26 | 138.26 | 0.47 | 0.52 |
| Hex | 4A | BD | 6D | 3D | 0 | 2A | 1A | 8A | 2F | 34 |
| Octal | 112 | 275 | 155 | 75 | 0 | 52 | 32 | 212 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1101101 | 111101 | 0 | 101010 | 11010 | 10001010 | 101111 | 110100 |
Color Harmonies of #4ABD6D
Complementary color
Monochromatic Colors of #4ABD6D
Black with #4ABD6D
Text Example
Text Example
White with #4ABD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD6D; }
p { color: rgb(74,189,109); }
H1.HeaderClassName
{
color: #4ABD6D;
}
.AnyTagClassName
{
color: #4ABD6D;
}
</style>
background-color css
<style>
a { background-color: #4ABD6D; }
a { background-color: rgb(74,189,109); }
div.DivClassName
{
background-color: #4ABD6D;
}
.BgClassName
{
background-color: #4ABD6D;
}
</style>
border-color css
<style>
span { border-color: #4ABD6D; }
span { border-color: rgb(74,189,109); }
td.TdClassName
{
border-color: #4ABD6D;
}
.TagClassName
{
border-color: #4ABD6D;
}
</style>