Shades of Emerald #4AC564
Tints of Emerald #4AC564
RGB
CMYK
RGB Variations
Color information
#4AC564 (or 0x4AC564) is known color: Emerald. HEX triplet: 4A, C5 and 64. RGB value is (74,197,100). Sum of RGB (Red+Green+Blue) = 74+197+100=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AC564 is #B53A9B. Grayscale: #959595. Windows color (decimal): -11877020 or 6604106. OLE color: 6604106.
HSL color Cylindrical-coordinate representation of color #4AC564: hue angle of 132.68º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4AC564 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 100 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.23 |
| HSL | 132.68º | 0.51% | 0.53% | - |
| HSV(B) | 132.68º | 0.62% | 0.77% | - |
| XYZ | 25.09 | 42.31 | 18.9 | - |
| YUV | 149.17 | 100.25 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 100 | 0.62 | 0 | 0.49 | 0.23 | 132.68 | 0.51 | 0.53 |
| Hex | 4A | C5 | 64 | 3E | 0 | 31 | 17 | 85 | 33 | 35 |
| Octal | 112 | 305 | 144 | 76 | 0 | 61 | 27 | 205 | 63 | 65 |
| Binary | 1001010 | 11000101 | 1100100 | 111110 | 0 | 110001 | 10111 | 10000101 | 110011 | 110101 |
Color Harmonies of #4AC564
Complementary color
Monochromatic Colors of #4AC564
Black with #4AC564
Text Example
Text Example
White with #4AC564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC564; }
p { color: rgb(74,197,100); }
H1.HeaderClassName
{
color: #4AC564;
}
.AnyTagClassName
{
color: #4AC564;
}
</style>
background-color css
<style>
a { background-color: #4AC564; }
a { background-color: rgb(74,197,100); }
div.DivClassName
{
background-color: #4AC564;
}
.BgClassName
{
background-color: #4AC564;
}
</style>
border-color css
<style>
span { border-color: #4AC564; }
span { border-color: rgb(74,197,100); }
td.TdClassName
{
border-color: #4AC564;
}
.TagClassName
{
border-color: #4AC564;
}
</style>