Shades of Emerald #5AD97B
Tints of Emerald #5AD97B
RGB
CMYK
RGB Variations
Color information
#5AD97B (or 0x5AD97B) is known color: Emerald. HEX triplet: 5A, D9 and 7B. RGB value is (90,217,123). Sum of RGB (Red+Green+Blue) = 90+217+123=430 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.93% from 430); Green value is 217 (85.16% from 255 or 50.47% from 430); Blue value is 123 (48.44% from 255 or 28.60% from 430); Max value from RGB is 217 - color contains mainly: green. Hex color #5AD97B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD97B is #A52684. Grayscale: #A8A8A8. Windows color (decimal): -10823301 or 8116570. OLE color: 8116570.
HSL color Cylindrical-coordinate representation of color #5AD97B: hue angle of 135.59º 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 #5AD97B is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 217 | 123 | - |
| CMYK | 0.59 | 0 | 0.43 | 0.15 |
| HSL | 135.59º | 0.63% | 0.6% | - |
| HSV(B) | 135.59º | 0.59% | 0.85% | - |
| XYZ | 32.6 | 53.23 | 27.29 | - |
| YUV | 168.31 | 102.42 | 72.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 217 | 123 | 0.59 | 0 | 0.43 | 0.15 | 135.59 | 0.63 | 0.6 |
| Hex | 5A | D9 | 7B | 3B | 0 | 2B | F | 88 | 3F | 3C |
| Octal | 132 | 331 | 173 | 73 | 0 | 53 | 17 | 210 | 77 | 74 |
| Binary | 1011010 | 11011001 | 1111011 | 111011 | 0 | 101011 | 1111 | 10001000 | 111111 | 111100 |
Color Harmonies of #5AD97B
Complementary color
Monochromatic Colors of #5AD97B
Black with #5AD97B
Text Example
Text Example
White with #5AD97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD97B; }
p { color: rgb(90,217,123); }
H1.HeaderClassName
{
color: #5AD97B;
}
.AnyTagClassName
{
color: #5AD97B;
}
</style>
background-color css
<style>
a { background-color: #5AD97B; }
a { background-color: rgb(90,217,123); }
div.DivClassName
{
background-color: #5AD97B;
}
.BgClassName
{
background-color: #5AD97B;
}
</style>
border-color css
<style>
span { border-color: #5AD97B; }
span { border-color: rgb(90,217,123); }
td.TdClassName
{
border-color: #5AD97B;
}
.TagClassName
{
border-color: #5AD97B;
}
</style>