Shades of Emerald #5ADB6D
Tints of Emerald #5ADB6D
RGB
CMYK
RGB Variations
Color information
#5ADB6D (or 0x5ADB6D) is known color: Emerald. HEX triplet: 5A, DB and 6D. RGB value is (90,219,109). Sum of RGB (Red+Green+Blue) = 90+219+109=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADB6D is #A52492. Grayscale: #A8A8A8. Windows color (decimal): -10822803 or 7199578. OLE color: 7199578.
HSL color Cylindrical-coordinate representation of color #5ADB6D: hue angle of 128.84º 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 #5ADB6D is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 109 | - |
| CMYK | 0.59 | 0 | 0.50 | 0.14 |
| HSL | 128.84º | 0.64% | 0.61% | - |
| HSV(B) | 128.84º | 0.59% | 0.86% | - |
| XYZ | 32.31 | 53.94 | 23.18 | - |
| YUV | 167.89 | 94.76 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 109 | 0.59 | 0 | 0.50 | 0.14 | 128.84 | 0.64 | 0.61 |
| Hex | 5A | DB | 6D | 3B | 0 | 32 | E | 81 | 40 | 3D |
| Octal | 132 | 333 | 155 | 73 | 0 | 62 | 16 | 201 | 100 | 75 |
| Binary | 1011010 | 11011011 | 1101101 | 111011 | 0 | 110010 | 1110 | 10000001 | 1000000 | 111101 |
Color Harmonies of #5ADB6D
Complementary color
Monochromatic Colors of #5ADB6D
Black with #5ADB6D
Text Example
Text Example
White with #5ADB6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB6D; }
p { color: rgb(90,219,109); }
H1.HeaderClassName
{
color: #5ADB6D;
}
.AnyTagClassName
{
color: #5ADB6D;
}
</style>
background-color css
<style>
a { background-color: #5ADB6D; }
a { background-color: rgb(90,219,109); }
div.DivClassName
{
background-color: #5ADB6D;
}
.BgClassName
{
background-color: #5ADB6D;
}
</style>
border-color css
<style>
span { border-color: #5ADB6D; }
span { border-color: rgb(90,219,109); }
td.TdClassName
{
border-color: #5ADB6D;
}
.TagClassName
{
border-color: #5ADB6D;
}
</style>