Shades of Emerald #5ACD75
Tints of Emerald #5ACD75
RGB
CMYK
RGB Variations
Color information
#5ACD75 (or 0x5ACD75) is known color: Emerald. HEX triplet: 5A, CD and 75. RGB value is (90,205,117). Sum of RGB (Red+Green+Blue) = 90+205+117=412 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.84% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ACD75 is #A5328A. Grayscale: #A0A0A0. Windows color (decimal): -10826379 or 7720282. OLE color: 7720282.
HSL color Cylindrical-coordinate representation of color #5ACD75: hue angle of 134.09º 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 #5ACD75 is Cyan = 0.56, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 90 | 205 | 117 | - |
| CMYK | 0.56 | 0 | 0.43 | 0.20 |
| HSL | 134.09º | 0.53% | 0.58% | - |
| HSV(B) | 134.09º | 0.56% | 0.8% | - |
| XYZ | 29.26 | 47.12 | 24.38 | - |
| YUV | 160.58 | 103.4 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 205 | 117 | 0.56 | 0 | 0.43 | 0.20 | 134.09 | 0.53 | 0.58 |
| Hex | 5A | CD | 75 | 38 | 0 | 2B | 14 | 86 | 35 | 3A |
| Octal | 132 | 315 | 165 | 70 | 0 | 53 | 24 | 206 | 65 | 72 |
| Binary | 1011010 | 11001101 | 1110101 | 111000 | 0 | 101011 | 10100 | 10000110 | 110101 | 111010 |
Color Harmonies of #5ACD75
Complementary color
Monochromatic Colors of #5ACD75
Black with #5ACD75
Text Example
Text Example
White with #5ACD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ACD75; }
p { color: rgb(90,205,117); }
H1.HeaderClassName
{
color: #5ACD75;
}
.AnyTagClassName
{
color: #5ACD75;
}
</style>
background-color css
<style>
a { background-color: #5ACD75; }
a { background-color: rgb(90,205,117); }
div.DivClassName
{
background-color: #5ACD75;
}
.BgClassName
{
background-color: #5ACD75;
}
</style>
border-color css
<style>
span { border-color: #5ACD75; }
span { border-color: rgb(90,205,117); }
td.TdClassName
{
border-color: #5ACD75;
}
.TagClassName
{
border-color: #5ACD75;
}
</style>