Shades of Emerald #5ACD7B
Tints of Emerald #5ACD7B
RGB
CMYK
RGB Variations
Color information
#5ACD7B (or 0x5ACD7B) is known color: Emerald. HEX triplet: 5A, CD and 7B. RGB value is (90,205,123). Sum of RGB (Red+Green+Blue) = 90+205+123=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 123 (48.44% from 255 or 29.43% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD7B is #A53284. Grayscale: #A1A1A1. Windows color (decimal): -10826373 or 8113498. OLE color: 8113498.
HSL color Cylindrical-coordinate representation of color #5ACD7B: hue angle of 137.22º 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 #5ACD7B is Cyan = 0.56, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 123 | - |
| CMYK | 0.56 | 0 | 0.4 | 0.20 |
| HSL | 137.22º | 0.53% | 0.58% | - |
| HSV(B) | 137.22º | 0.56% | 0.8% | - |
| XYZ | 29.62 | 47.27 | 26.3 | - |
| YUV | 161.27 | 106.4 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 123 | 0.56 | 0 | 0.4 | 0.20 | 137.22 | 0.53 | 0.58 |
| Hex | 5A | CD | 7B | 38 | 0 | 28 | 14 | 89 | 35 | 3A |
| Octal | 132 | 315 | 173 | 70 | 0 | 50 | 24 | 211 | 65 | 72 |
| Binary | 1011010 | 11001101 | 1111011 | 111000 | 0 | 101000 | 10100 | 10001001 | 110101 | 111010 |
Color Harmonies of #5ACD7B
Complementary color
Monochromatic Colors of #5ACD7B
Black with #5ACD7B
Text Example
Text Example
White with #5ACD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD7B; }
p { color: rgb(90,205,123); }
H1.HeaderClassName
{
color: #5ACD7B;
}
.AnyTagClassName
{
color: #5ACD7B;
}
</style>
background-color css
<style>
a { background-color: #5ACD7B; }
a { background-color: rgb(90,205,123); }
div.DivClassName
{
background-color: #5ACD7B;
}
.BgClassName
{
background-color: #5ACD7B;
}
</style>
border-color css
<style>
span { border-color: #5ACD7B; }
span { border-color: rgb(90,205,123); }
td.TdClassName
{
border-color: #5ACD7B;
}
.TagClassName
{
border-color: #5ACD7B;
}
</style>