Shades of Emerald #5AD975
Tints of Emerald #5AD975
RGB
CMYK
RGB Variations
Color information
#5AD975 (or 0x5AD975) is known color: Emerald. HEX triplet: 5A, D9 and 75. RGB value is (90,217,117). Sum of RGB (Red+Green+Blue) = 90+217+117=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 217 (85.16% from 255 or 51.18% from 424); Blue value is 117 (46.09% from 255 or 27.59% from 424); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD975 is #A5268A. Grayscale: #A7A7A7. Windows color (decimal): -10823307 or 7723354. OLE color: 7723354.
HSL color Cylindrical-coordinate representation of color #5AD975: hue angle of 132.76º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5AD975 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 117 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.15 |
| HSL | 132.76º | 0.63% | 0.6% | - |
| HSV(B) | 132.76º | 0.59% | 0.85% | - |
| XYZ | 32.24 | 53.08 | 25.38 | - |
| YUV | 167.63 | 99.42 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 117 | 0.59 | 0 | 0.46 | 0.15 | 132.76 | 0.63 | 0.6 |
| Hex | 5A | D9 | 75 | 3B | 0 | 2E | F | 85 | 3F | 3C |
| Octal | 132 | 331 | 165 | 73 | 0 | 56 | 17 | 205 | 77 | 74 |
| Binary | 1011010 | 11011001 | 1110101 | 111011 | 0 | 101110 | 1111 | 10000101 | 111111 | 111100 |
Color Harmonies of #5AD975
Complementary color
Monochromatic Colors of #5AD975
Black with #5AD975
Text Example
Text Example
White with #5AD975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD975; }
p { color: rgb(90,217,117); }
H1.HeaderClassName
{
color: #5AD975;
}
.AnyTagClassName
{
color: #5AD975;
}
</style>
background-color css
<style>
a { background-color: #5AD975; }
a { background-color: rgb(90,217,117); }
div.DivClassName
{
background-color: #5AD975;
}
.BgClassName
{
background-color: #5AD975;
}
</style>
border-color css
<style>
span { border-color: #5AD975; }
span { border-color: rgb(90,217,117); }
td.TdClassName
{
border-color: #5AD975;
}
.TagClassName
{
border-color: #5AD975;
}
</style>