Shades of Emerald #4ABB6B
Tints of Emerald #4ABB6B
RGB
CMYK
RGB Variations
Color information
#4ABB6B (or 0x4ABB6B) is known color: Emerald. HEX triplet: 4A, BB and 6B. RGB value is (74,187,107). Sum of RGB (Red+Green+Blue) = 74+187+107=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 187 (73.44% from 255 or 50.82% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABB6B is #B54494. Grayscale: #909090. Windows color (decimal): -11879573 or 7060298. OLE color: 7060298.
HSL color Cylindrical-coordinate representation of color #4ABB6B: hue angle of 137.52º 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 #4ABB6B is Cyan = 0.60, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 107 | - |
| CMYK | 0.60 | 0 | 0.43 | 0.27 |
| HSL | 137.52º | 0.45% | 0.51% | - |
| HSV(B) | 137.52º | 0.6% | 0.73% | - |
| XYZ | 23.25 | 38.06 | 20.03 | - |
| YUV | 144.09 | 107.06 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 107 | 0.60 | 0 | 0.43 | 0.27 | 137.52 | 0.45 | 0.51 |
| Hex | 4A | BB | 6B | 3C | 0 | 2B | 1B | 8A | 2D | 33 |
| Octal | 112 | 273 | 153 | 74 | 0 | 53 | 33 | 212 | 55 | 63 |
| Binary | 1001010 | 10111011 | 1101011 | 111100 | 0 | 101011 | 11011 | 10001010 | 101101 | 110011 |
Color Harmonies of #4ABB6B
Complementary color
Monochromatic Colors of #4ABB6B
Black with #4ABB6B
Text Example
Text Example
White with #4ABB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABB6B; }
p { color: rgb(74,187,107); }
H1.HeaderClassName
{
color: #4ABB6B;
}
.AnyTagClassName
{
color: #4ABB6B;
}
</style>
background-color css
<style>
a { background-color: #4ABB6B; }
a { background-color: rgb(74,187,107); }
div.DivClassName
{
background-color: #4ABB6B;
}
.BgClassName
{
background-color: #4ABB6B;
}
</style>
border-color css
<style>
span { border-color: #4ABB6B; }
span { border-color: rgb(74,187,107); }
td.TdClassName
{
border-color: #4ABB6B;
}
.TagClassName
{
border-color: #4ABB6B;
}
</style>