Shades of Emerald #4ABC67
Tints of Emerald #4ABC67
RGB
CMYK
RGB Variations
Color information
#4ABC67 (or 0x4ABC67) is known color: Emerald. HEX triplet: 4A, BC and 67. RGB value is (74,188,103). Sum of RGB (Red+Green+Blue) = 74+188+103=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 188 (73.83% from 255 or 51.51% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC67 is #B54398. Grayscale: #909090. Windows color (decimal): -11879321 or 6798410. OLE color: 6798410.
HSL color Cylindrical-coordinate representation of color #4ABC67: hue angle of 135.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABC67 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 103 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.26 |
| HSL | 135.26º | 0.46% | 0.51% | - |
| HSV(B) | 135.26º | 0.61% | 0.74% | - |
| XYZ | 23.26 | 38.4 | 19.02 | - |
| YUV | 144.22 | 104.73 | 77.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 103 | 0.61 | 0 | 0.45 | 0.26 | 135.26 | 0.46 | 0.51 |
| Hex | 4A | BC | 67 | 3D | 0 | 2D | 1A | 87 | 2E | 33 |
| Octal | 112 | 274 | 147 | 75 | 0 | 55 | 32 | 207 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1100111 | 111101 | 0 | 101101 | 11010 | 10000111 | 101110 | 110011 |
Color Harmonies of #4ABC67
Complementary color
Monochromatic Colors of #4ABC67
Black with #4ABC67
Text Example
Text Example
White with #4ABC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC67; }
p { color: rgb(74,188,103); }
H1.HeaderClassName
{
color: #4ABC67;
}
.AnyTagClassName
{
color: #4ABC67;
}
</style>
background-color css
<style>
a { background-color: #4ABC67; }
a { background-color: rgb(74,188,103); }
div.DivClassName
{
background-color: #4ABC67;
}
.BgClassName
{
background-color: #4ABC67;
}
</style>
border-color css
<style>
span { border-color: #4ABC67; }
span { border-color: rgb(74,188,103); }
td.TdClassName
{
border-color: #4ABC67;
}
.TagClassName
{
border-color: #4ABC67;
}
</style>