Shades of Emerald #4ABC64
Tints of Emerald #4ABC64
RGB
CMYK
RGB Variations
Color information
#4ABC64 (or 0x4ABC64) is known color: Emerald. HEX triplet: 4A, BC and 64. RGB value is (74,188,100). Sum of RGB (Red+Green+Blue) = 74+188+100=362 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.44% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 100 (39.45% from 255 or 27.62% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #4ABC64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABC64 is #B5439B. Grayscale: #909090. Windows color (decimal): -11879324 or 6601802. OLE color: 6601802.
HSL color Cylindrical-coordinate representation of color #4ABC64: hue angle of 133.68º 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 #4ABC64 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 188 | 100 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.26 |
| HSL | 133.68º | 0.46% | 0.51% | - |
| HSV(B) | 133.68º | 0.61% | 0.74% | - |
| XYZ | 23.11 | 38.34 | 18.24 | - |
| YUV | 143.88 | 103.23 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 188 | 100 | 0.61 | 0 | 0.47 | 0.26 | 133.68 | 0.46 | 0.51 |
| Hex | 4A | BC | 64 | 3D | 0 | 2F | 1A | 86 | 2E | 33 |
| Octal | 112 | 274 | 144 | 75 | 0 | 57 | 32 | 206 | 56 | 63 |
| Binary | 1001010 | 10111100 | 1100100 | 111101 | 0 | 101111 | 11010 | 10000110 | 101110 | 110011 |
Color Harmonies of #4ABC64
Complementary color
Monochromatic Colors of #4ABC64
Black with #4ABC64
Text Example
Text Example
White with #4ABC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABC64; }
p { color: rgb(74,188,100); }
H1.HeaderClassName
{
color: #4ABC64;
}
.AnyTagClassName
{
color: #4ABC64;
}
</style>
background-color css
<style>
a { background-color: #4ABC64; }
a { background-color: rgb(74,188,100); }
div.DivClassName
{
background-color: #4ABC64;
}
.BgClassName
{
background-color: #4ABC64;
}
</style>
border-color css
<style>
span { border-color: #4ABC64; }
span { border-color: rgb(74,188,100); }
td.TdClassName
{
border-color: #4ABC64;
}
.TagClassName
{
border-color: #4ABC64;
}
</style>