Shades of Emerald #4ACD85
Tints of Emerald #4ACD85
RGB
CMYK
RGB Variations
Color information
#4ACD85 (or 0x4ACD85) is known color: Emerald. HEX triplet: 4A, CD and 85. RGB value is (74,205,133). Sum of RGB (Red+Green+Blue) = 74+205+133=412 (54% of max value = 765). Red value is 74 (29.30% from 255 or 17.96% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 133 (52.34% from 255 or 32.28% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #4ACD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4ACD85 is #B5327A. Grayscale: #9D9D9D. Windows color (decimal): -11874939 or 8768842. OLE color: 8768842.
HSL color Cylindrical-coordinate representation of color #4ACD85: hue angle of 147.02º 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 #4ACD85 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 74 | 205 | 133 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.20 |
| HSL | 147.02º | 0.57% | 0.55% | - |
| HSV(B) | 147.02º | 0.64% | 0.8% | - |
| XYZ | 28.89 | 46.81 | 29.7 | - |
| YUV | 157.62 | 114.1 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 205 | 133 | 0.64 | 0 | 0.35 | 0.20 | 147.02 | 0.57 | 0.55 |
| Hex | 4A | CD | 85 | 40 | 0 | 23 | 14 | 93 | 39 | 37 |
| Octal | 112 | 315 | 205 | 100 | 0 | 43 | 24 | 223 | 71 | 67 |
| Binary | 1001010 | 11001101 | 10000101 | 1000000 | 0 | 100011 | 10100 | 10010011 | 111001 | 110111 |
Color Harmonies of #4ACD85
Complementary color
Monochromatic Colors of #4ACD85
Black with #4ACD85
Text Example
Text Example
White with #4ACD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ACD85; }
p { color: rgb(74,205,133); }
H1.HeaderClassName
{
color: #4ACD85;
}
.AnyTagClassName
{
color: #4ACD85;
}
</style>
background-color css
<style>
a { background-color: #4ACD85; }
a { background-color: rgb(74,205,133); }
div.DivClassName
{
background-color: #4ACD85;
}
.BgClassName
{
background-color: #4ACD85;
}
</style>
border-color css
<style>
span { border-color: #4ACD85; }
span { border-color: rgb(74,205,133); }
td.TdClassName
{
border-color: #4ACD85;
}
.TagClassName
{
border-color: #4ACD85;
}
</style>