Shades of Emerald #4ABB67
Tints of Emerald #4ABB67
RGB
CMYK
RGB Variations
Color information
#4ABB67 (or 0x4ABB67) is known color: Emerald. HEX triplet: 4A, BB and 67. RGB value is (74,187,103). Sum of RGB (Red+Green+Blue) = 74+187+103=364 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.33% from 364); Green value is 187 (73.44% from 255 or 51.37% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABB67 is #B54498. Grayscale: #8F8F8F. Windows color (decimal): -11879577 or 6798154. OLE color: 6798154.
HSL color Cylindrical-coordinate representation of color #4ABB67: hue angle of 135.4º 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 #4ABB67 is Cyan = 0.60, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 74 | 187 | 103 | - |
| CMYK | 0.60 | 0 | 0.45 | 0.27 |
| HSL | 135.4º | 0.45% | 0.51% | - |
| HSV(B) | 135.4º | 0.6% | 0.73% | - |
| XYZ | 23.04 | 37.98 | 18.95 | - |
| YUV | 143.64 | 105.06 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 187 | 103 | 0.60 | 0 | 0.45 | 0.27 | 135.4 | 0.45 | 0.51 |
| Hex | 4A | BB | 67 | 3C | 0 | 2D | 1B | 87 | 2D | 33 |
| Octal | 112 | 273 | 147 | 74 | 0 | 55 | 33 | 207 | 55 | 63 |
| Binary | 1001010 | 10111011 | 1100111 | 111100 | 0 | 101101 | 11011 | 10000111 | 101101 | 110011 |
Color Harmonies of #4ABB67
Complementary color
Monochromatic Colors of #4ABB67
Black with #4ABB67
Text Example
Text Example
White with #4ABB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABB67; }
p { color: rgb(74,187,103); }
H1.HeaderClassName
{
color: #4ABB67;
}
.AnyTagClassName
{
color: #4ABB67;
}
</style>
background-color css
<style>
a { background-color: #4ABB67; }
a { background-color: rgb(74,187,103); }
div.DivClassName
{
background-color: #4ABB67;
}
.BgClassName
{
background-color: #4ABB67;
}
</style>
border-color css
<style>
span { border-color: #4ABB67; }
span { border-color: rgb(74,187,103); }
td.TdClassName
{
border-color: #4ABB67;
}
.TagClassName
{
border-color: #4ABB67;
}
</style>