Shades of Emerald #4ACD64
Tints of Emerald #4ACD64
RGB
CMYK
RGB Variations
Color information
#4ACD64 (or 0x4ACD64) is known color: Emerald. HEX triplet: 4A, CD and 64. RGB value is (74,205,100). Sum of RGB (Red+Green+Blue) = 74+205+100=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 205 (80.47% from 255 or 54.09% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD64 is #B5329B. Grayscale: #9A9A9A. Windows color (decimal): -11874972 or 6606154. OLE color: 6606154.
HSL color Cylindrical-coordinate representation of color #4ACD64: hue angle of 131.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ACD64 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 100 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.20 |
| HSL | 131.91º | 0.57% | 0.55% | - |
| HSV(B) | 131.91º | 0.64% | 0.8% | - |
| XYZ | 26.96 | 46.04 | 19.52 | - |
| YUV | 153.86 | 97.6 | 71.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 100 | 0.64 | 0 | 0.51 | 0.20 | 131.91 | 0.57 | 0.55 |
| Hex | 4A | CD | 64 | 40 | 0 | 33 | 14 | 84 | 39 | 37 |
| Octal | 112 | 315 | 144 | 100 | 0 | 63 | 24 | 204 | 71 | 67 |
| Binary | 1001010 | 11001101 | 1100100 | 1000000 | 0 | 110011 | 10100 | 10000100 | 111001 | 110111 |
Color Harmonies of #4ACD64
Complementary color
Monochromatic Colors of #4ACD64
Black with #4ACD64
Text Example
Text Example
White with #4ACD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD64; }
p { color: rgb(74,205,100); }
H1.HeaderClassName
{
color: #4ACD64;
}
.AnyTagClassName
{
color: #4ACD64;
}
</style>
background-color css
<style>
a { background-color: #4ACD64; }
a { background-color: rgb(74,205,100); }
div.DivClassName
{
background-color: #4ACD64;
}
.BgClassName
{
background-color: #4ACD64;
}
</style>
border-color css
<style>
span { border-color: #4ACD64; }
span { border-color: rgb(74,205,100); }
td.TdClassName
{
border-color: #4ACD64;
}
.TagClassName
{
border-color: #4ACD64;
}
</style>