Shades of Emerald #5ACD7D
Tints of Emerald #5ACD7D
RGB
CMYK
RGB Variations
Color information
#5ACD7D (or 0x5ACD7D) is known color: Emerald. HEX triplet: 5A, CD and 7D. RGB value is (90,205,125). Sum of RGB (Red+Green+Blue) = 90+205+125=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD7D is #A53282. Grayscale: #A1A1A1. Windows color (decimal): -10826371 or 8244570. OLE color: 8244570.
HSL color Cylindrical-coordinate representation of color #5ACD7D: hue angle of 138.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACD7D is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 125 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.20 |
| HSL | 138.26º | 0.53% | 0.58% | - |
| HSV(B) | 138.26º | 0.56% | 0.8% | - |
| XYZ | 29.75 | 47.32 | 26.97 | - |
| YUV | 161.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 125 | 0.56 | 0 | 0.39 | 0.20 | 138.26 | 0.53 | 0.58 |
| Hex | 5A | CD | 7D | 38 | 0 | 27 | 14 | 8A | 35 | 3A |
| Octal | 132 | 315 | 175 | 70 | 0 | 47 | 24 | 212 | 65 | 72 |
| Binary | 1011010 | 11001101 | 1111101 | 111000 | 0 | 100111 | 10100 | 10001010 | 110101 | 111010 |
Color Harmonies of #5ACD7D
Complementary color
Monochromatic Colors of #5ACD7D
Black with #5ACD7D
Text Example
Text Example
White with #5ACD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD7D; }
p { color: rgb(90,205,125); }
H1.HeaderClassName
{
color: #5ACD7D;
}
.AnyTagClassName
{
color: #5ACD7D;
}
</style>
background-color css
<style>
a { background-color: #5ACD7D; }
a { background-color: rgb(90,205,125); }
div.DivClassName
{
background-color: #5ACD7D;
}
.BgClassName
{
background-color: #5ACD7D;
}
</style>
border-color css
<style>
span { border-color: #5ACD7D; }
span { border-color: rgb(90,205,125); }
td.TdClassName
{
border-color: #5ACD7D;
}
.TagClassName
{
border-color: #5ACD7D;
}
</style>