Shades of Emerald #5AD87B
Tints of Emerald #5AD87B
RGB
CMYK
RGB Variations
Color information
#5AD87B (or 0x5AD87B) is known color: Emerald. HEX triplet: 5A, D8 and 7B. RGB value is (90,216,123). Sum of RGB (Red+Green+Blue) = 90+216+123=429 (56% of max value = 765). Red value is 90 (35.55% from 255 or 20.98% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #5AD87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5AD87B is #A52784. Grayscale: #A7A7A7. Windows color (decimal): -10823557 or 8116314. OLE color: 8116314.
HSL color Cylindrical-coordinate representation of color #5AD87B: hue angle of 135.71º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5AD87B is Cyan = 0.58, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 90 | 216 | 123 | - |
| CMYK | 0.58 | 0 | 0.43 | 0.15 |
| HSL | 135.71º | 0.62% | 0.6% | - |
| HSV(B) | 135.71º | 0.58% | 0.85% | - |
| XYZ | 32.35 | 52.72 | 27.21 | - |
| YUV | 167.72 | 102.76 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 216 | 123 | 0.58 | 0 | 0.43 | 0.15 | 135.71 | 0.62 | 0.6 |
| Hex | 5A | D8 | 7B | 3A | 0 | 2B | F | 88 | 3E | 3C |
| Octal | 132 | 330 | 173 | 72 | 0 | 53 | 17 | 210 | 76 | 74 |
| Binary | 1011010 | 11011000 | 1111011 | 111010 | 0 | 101011 | 1111 | 10001000 | 111110 | 111100 |
Color Harmonies of #5AD87B
Complementary color
Monochromatic Colors of #5AD87B
Black with #5AD87B
Text Example
Text Example
White with #5AD87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AD87B; }
p { color: rgb(90,216,123); }
H1.HeaderClassName
{
color: #5AD87B;
}
.AnyTagClassName
{
color: #5AD87B;
}
</style>
background-color css
<style>
a { background-color: #5AD87B; }
a { background-color: rgb(90,216,123); }
div.DivClassName
{
background-color: #5AD87B;
}
.BgClassName
{
background-color: #5AD87B;
}
</style>
border-color css
<style>
span { border-color: #5AD87B; }
span { border-color: rgb(90,216,123); }
td.TdClassName
{
border-color: #5AD87B;
}
.TagClassName
{
border-color: #5AD87B;
}
</style>