Shades of Emerald #4ABC68
Tints of Emerald #4ABC68
RGB
CMYK
RGB Variations
Color information
#4ABC68 (or 0x4ABC68) is known color: Emerald. HEX triplet: 4A, BC and 68. RGB value is (74,188,104). Sum of RGB (Red+Green+Blue) = 74+188+104=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC68 is #B54397. Grayscale: #909090. Windows color (decimal): -11879320 or 6863946. OLE color: 6863946.
HSL color Cylindrical-coordinate representation of color #4ABC68: hue angle of 135.79º 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 #4ABC68 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 104 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.26 |
| HSL | 135.79º | 0.46% | 0.51% | - |
| HSV(B) | 135.79º | 0.61% | 0.74% | - |
| XYZ | 23.31 | 38.42 | 19.28 | - |
| YUV | 144.34 | 105.23 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 104 | 0.61 | 0 | 0.45 | 0.26 | 135.79 | 0.46 | 0.51 |
| Hex | 4A | BC | 68 | 3D | 0 | 2D | 1A | 88 | 2E | 33 |
| Octal | 112 | 274 | 150 | 75 | 0 | 55 | 32 | 210 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1101000 | 111101 | 0 | 101101 | 11010 | 10001000 | 101110 | 110011 |
Color Harmonies of #4ABC68
Complementary color
Monochromatic Colors of #4ABC68
Black with #4ABC68
Text Example
Text Example
White with #4ABC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC68; }
p { color: rgb(74,188,104); }
H1.HeaderClassName
{
color: #4ABC68;
}
.AnyTagClassName
{
color: #4ABC68;
}
</style>
background-color css
<style>
a { background-color: #4ABC68; }
a { background-color: rgb(74,188,104); }
div.DivClassName
{
background-color: #4ABC68;
}
.BgClassName
{
background-color: #4ABC68;
}
</style>
border-color css
<style>
span { border-color: #4ABC68; }
span { border-color: rgb(74,188,104); }
td.TdClassName
{
border-color: #4ABC68;
}
.TagClassName
{
border-color: #4ABC68;
}
</style>