Shades of Emerald #4AC584
Tints of Emerald #4AC584
RGB
CMYK
RGB Variations
Color information
#4AC584 (or 0x4AC584) is known color: Emerald. HEX triplet: 4A, C5 and 84. RGB value is (74,197,132). Sum of RGB (Red+Green+Blue) = 74+197+132=403 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.36% from 403); Green value is 197 (77.34% from 255 or 48.88% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 197 - color contains mainly: green. Hex color #4AC584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4AC584 is #B53A7B. Grayscale: #989898. Windows color (decimal): -11876988 or 8701258. OLE color: 8701258.
HSL color Cylindrical-coordinate representation of color #4AC584: hue angle of 148.29º 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 #4AC584 is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 74 | 197 | 132 | - |
| CMYK | 0.62 | 0 | 0.33 | 0.23 |
| HSL | 148.29º | 0.51% | 0.53% | - |
| HSV(B) | 148.29º | 0.62% | 0.77% | - |
| XYZ | 26.96 | 43.05 | 28.72 | - |
| YUV | 152.81 | 116.25 | 71.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 197 | 132 | 0.62 | 0 | 0.33 | 0.23 | 148.29 | 0.51 | 0.53 |
| Hex | 4A | C5 | 84 | 3E | 0 | 21 | 17 | 94 | 33 | 35 |
| Octal | 112 | 305 | 204 | 76 | 0 | 41 | 27 | 224 | 63 | 65 |
| Binary | 1001010 | 11000101 | 10000100 | 111110 | 0 | 100001 | 10111 | 10010100 | 110011 | 110101 |
Color Harmonies of #4AC584
Complementary color
Monochromatic Colors of #4AC584
Black with #4AC584
Text Example
Text Example
White with #4AC584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AC584; }
p { color: rgb(74,197,132); }
H1.HeaderClassName
{
color: #4AC584;
}
.AnyTagClassName
{
color: #4AC584;
}
</style>
background-color css
<style>
a { background-color: #4AC584; }
a { background-color: rgb(74,197,132); }
div.DivClassName
{
background-color: #4AC584;
}
.BgClassName
{
background-color: #4AC584;
}
</style>
border-color css
<style>
span { border-color: #4AC584; }
span { border-color: rgb(74,197,132); }
td.TdClassName
{
border-color: #4AC584;
}
.TagClassName
{
border-color: #4AC584;
}
</style>