Shades of Emerald #5AD17F
Tints of Emerald #5AD17F
RGB
CMYK
RGB Variations
Color information
#5AD17F (or 0x5AD17F) is known color: Emerald. HEX triplet: 5A, D1 and 7F. RGB value is (90,209,127). Sum of RGB (Red+Green+Blue) = 90+209+127=426 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.13% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #5AD17F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD17F is #A52E80. Grayscale: #A4A4A4. Windows color (decimal): -10825345 or 8376666. OLE color: 8376666.
HSL color Cylindrical-coordinate representation of color #5AD17F: hue angle of 138.66º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5AD17F is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 90 | 209 | 127 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.18 |
| HSL | 138.66º | 0.56% | 0.59% | - |
| HSV(B) | 138.66º | 0.57% | 0.82% | - |
| XYZ | 30.85 | 49.31 | 27.97 | - |
| YUV | 164.07 | 107.08 | 75.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 209 | 127 | 0.57 | 0 | 0.39 | 0.18 | 138.66 | 0.56 | 0.59 |
| Hex | 5A | D1 | 7F | 39 | 0 | 27 | 12 | 8B | 38 | 3B |
| Octal | 132 | 321 | 177 | 71 | 0 | 47 | 22 | 213 | 70 | 73 |
| Binary | 1011010 | 11010001 | 1111111 | 111001 | 0 | 100111 | 10010 | 10001011 | 111000 | 111011 |
Color Harmonies of #5AD17F
Complementary color
Monochromatic Colors of #5AD17F
Black with #5AD17F
Text Example
Text Example
White with #5AD17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD17F; }
p { color: rgb(90,209,127); }
H1.HeaderClassName
{
color: #5AD17F;
}
.AnyTagClassName
{
color: #5AD17F;
}
</style>
background-color css
<style>
a { background-color: #5AD17F; }
a { background-color: rgb(90,209,127); }
div.DivClassName
{
background-color: #5AD17F;
}
.BgClassName
{
background-color: #5AD17F;
}
</style>
border-color css
<style>
span { border-color: #5AD17F; }
span { border-color: rgb(90,209,127); }
td.TdClassName
{
border-color: #5AD17F;
}
.TagClassName
{
border-color: #5AD17F;
}
</style>