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