Shades of Emerald #4ACD7B
Tints of Emerald #4ACD7B
RGB
CMYK
RGB Variations
Color information
#4ACD7B (or 0x4ACD7B) is known color: Emerald. HEX triplet: 4A, CD and 7B. RGB value is (74,205,123). Sum of RGB (Red+Green+Blue) = 74+205+123=402 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.41% from 402); Green value is 205 (80.47% from 255 or 51.00% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ACD7B is #B53284. Grayscale: #9C9C9C. Windows color (decimal): -11874949 or 8113482. OLE color: 8113482.
HSL color Cylindrical-coordinate representation of color #4ACD7B: hue angle of 142.44º 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 #4ACD7B is Cyan = 0.64, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 123 | - |
| CMYK | 0.64 | 0 | 0.4 | 0.20 |
| HSL | 142.44º | 0.57% | 0.55% | - |
| HSV(B) | 142.44º | 0.64% | 0.8% | - |
| XYZ | 28.23 | 46.55 | 26.24 | - |
| YUV | 156.48 | 109.1 | 69.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 123 | 0.64 | 0 | 0.4 | 0.20 | 142.44 | 0.57 | 0.55 |
| Hex | 4A | CD | 7B | 40 | 0 | 28 | 14 | 8E | 39 | 37 |
| Octal | 112 | 315 | 173 | 100 | 0 | 50 | 24 | 216 | 71 | 67 |
| Binary | 1001010 | 11001101 | 1111011 | 1000000 | 0 | 101000 | 10100 | 10001110 | 111001 | 110111 |
Color Harmonies of #4ACD7B
Complementary color
Monochromatic Colors of #4ACD7B
Black with #4ACD7B
Text Example
Text Example
White with #4ACD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD7B; }
p { color: rgb(74,205,123); }
H1.HeaderClassName
{
color: #4ACD7B;
}
.AnyTagClassName
{
color: #4ACD7B;
}
</style>
background-color css
<style>
a { background-color: #4ACD7B; }
a { background-color: rgb(74,205,123); }
div.DivClassName
{
background-color: #4ACD7B;
}
.BgClassName
{
background-color: #4ACD7B;
}
</style>
border-color css
<style>
span { border-color: #4ACD7B; }
span { border-color: rgb(74,205,123); }
td.TdClassName
{
border-color: #4ACD7B;
}
.TagClassName
{
border-color: #4ACD7B;
}
</style>