Shades of Emerald #4ABD64
Tints of Emerald #4ABD64
RGB
CMYK
RGB Variations
Color information
#4ABD64 (or 0x4ABD64) is known color: Emerald. HEX triplet: 4A, BD and 64. RGB value is (74,189,100). Sum of RGB (Red+Green+Blue) = 74+189+100=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 100 (39.45% from 255 or 27.55% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #4ABD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABD64 is #B5429B. Grayscale: #909090. Windows color (decimal): -11879068 or 6602058. OLE color: 6602058.
HSL color Cylindrical-coordinate representation of color #4ABD64: hue angle of 133.57º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4ABD64 is Cyan = 0.61, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 74 | 189 | 100 | - |
| CMYK | 0.61 | 0 | 0.47 | 0.26 |
| HSL | 133.57º | 0.47% | 0.52% | - |
| HSV(B) | 133.57º | 0.61% | 0.74% | - |
| XYZ | 23.32 | 38.77 | 18.31 | - |
| YUV | 144.47 | 102.9 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 189 | 100 | 0.61 | 0 | 0.47 | 0.26 | 133.57 | 0.47 | 0.52 |
| Hex | 4A | BD | 64 | 3D | 0 | 2F | 1A | 86 | 2F | 34 |
| Octal | 112 | 275 | 144 | 75 | 0 | 57 | 32 | 206 | 57 | 64 |
| Binary | 1001010 | 10111101 | 1100100 | 111101 | 0 | 101111 | 11010 | 10000110 | 101111 | 110100 |
Color Harmonies of #4ABD64
Complementary color
Monochromatic Colors of #4ABD64
Black with #4ABD64
Text Example
Text Example
White with #4ABD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ABD64; }
p { color: rgb(74,189,100); }
H1.HeaderClassName
{
color: #4ABD64;
}
.AnyTagClassName
{
color: #4ABD64;
}
</style>
background-color css
<style>
a { background-color: #4ABD64; }
a { background-color: rgb(74,189,100); }
div.DivClassName
{
background-color: #4ABD64;
}
.BgClassName
{
background-color: #4ABD64;
}
</style>
border-color css
<style>
span { border-color: #4ABD64; }
span { border-color: rgb(74,189,100); }
td.TdClassName
{
border-color: #4ABD64;
}
.TagClassName
{
border-color: #4ABD64;
}
</style>