Shades of Emerald #5ADB8B
Tints of Emerald #5ADB8B
RGB
CMYK
RGB Variations
Color information
#5ADB8B (or 0x5ADB8B) is known color: Emerald. HEX triplet: 5A, DB and 8B. RGB value is (90,219,139). Sum of RGB (Red+Green+Blue) = 90+219+139=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 219 (85.94% from 255 or 48.88% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADB8B is #A52474. Grayscale: #ABABAB. Windows color (decimal): -10822773 or 9165658. OLE color: 9165658.
HSL color Cylindrical-coordinate representation of color #5ADB8B: hue angle of 142.79º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADB8B is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 139 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.14 |
| HSL | 142.79º | 0.64% | 0.61% | - |
| HSV(B) | 142.79º | 0.59% | 0.86% | - |
| XYZ | 34.21 | 54.7 | 33.18 | - |
| YUV | 171.31 | 109.76 | 70 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 139 | 0.59 | 0 | 0.37 | 0.14 | 142.79 | 0.64 | 0.61 |
| Hex | 5A | DB | 8B | 3B | 0 | 25 | E | 8F | 40 | 3D |
| Octal | 132 | 333 | 213 | 73 | 0 | 45 | 16 | 217 | 100 | 75 |
| Binary | 1011010 | 11011011 | 10001011 | 111011 | 0 | 100101 | 1110 | 10001111 | 1000000 | 111101 |
Color Harmonies of #5ADB8B
Complementary color
Monochromatic Colors of #5ADB8B
Black with #5ADB8B
Text Example
Text Example
White with #5ADB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB8B; }
p { color: rgb(90,219,139); }
H1.HeaderClassName
{
color: #5ADB8B;
}
.AnyTagClassName
{
color: #5ADB8B;
}
</style>
background-color css
<style>
a { background-color: #5ADB8B; }
a { background-color: rgb(90,219,139); }
div.DivClassName
{
background-color: #5ADB8B;
}
.BgClassName
{
background-color: #5ADB8B;
}
</style>
border-color css
<style>
span { border-color: #5ADB8B; }
span { border-color: rgb(90,219,139); }
td.TdClassName
{
border-color: #5ADB8B;
}
.TagClassName
{
border-color: #5ADB8B;
}
</style>