Shades of Emerald #4ABB6D
Tints of Emerald #4ABB6D
RGB
CMYK
RGB Variations
Color information
#4ABB6D (or 0x4ABB6D) is known color: Emerald. HEX triplet: 4A, BB and 6D. RGB value is (74,187,109). Sum of RGB (Red+Green+Blue) = 74+187+109=370 (49% of max value = 765). Red value is 74 (29.30% from 255 or 20% from 370); Green value is 187 (73.44% from 255 or 50.54% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABB6D is #B54492. Grayscale: #909090. Windows color (decimal): -11879571 or 7191370. OLE color: 7191370.
HSL color Cylindrical-coordinate representation of color #4ABB6D: hue angle of 138.58º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABB6D is Cyan = 0.60, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 109 | - |
| CMYK | 0.60 | 0 | 0.42 | 0.27 |
| HSL | 138.58º | 0.45% | 0.51% | - |
| HSV(B) | 138.58º | 0.6% | 0.73% | - |
| XYZ | 23.35 | 38.1 | 20.59 | - |
| YUV | 144.32 | 108.06 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 109 | 0.60 | 0 | 0.42 | 0.27 | 138.58 | 0.45 | 0.51 |
| Hex | 4A | BB | 6D | 3C | 0 | 2A | 1B | 8B | 2D | 33 |
| Octal | 112 | 273 | 155 | 74 | 0 | 52 | 33 | 213 | 55 | 63 |
| Binary | 1001010 | 10111011 | 1101101 | 111100 | 0 | 101010 | 11011 | 10001011 | 101101 | 110011 |
Color Harmonies of #4ABB6D
Complementary color
Monochromatic Colors of #4ABB6D
Black with #4ABB6D
Text Example
Text Example
White with #4ABB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABB6D; }
p { color: rgb(74,187,109); }
H1.HeaderClassName
{
color: #4ABB6D;
}
.AnyTagClassName
{
color: #4ABB6D;
}
</style>
background-color css
<style>
a { background-color: #4ABB6D; }
a { background-color: rgb(74,187,109); }
div.DivClassName
{
background-color: #4ABB6D;
}
.BgClassName
{
background-color: #4ABB6D;
}
</style>
border-color css
<style>
span { border-color: #4ABB6D; }
span { border-color: rgb(74,187,109); }
td.TdClassName
{
border-color: #4ABB6D;
}
.TagClassName
{
border-color: #4ABB6D;
}
</style>