Shades of Emerald #5ADB6C
Tints of Emerald #5ADB6C
RGB
CMYK
RGB Variations
Color information
#5ADB6C (or 0x5ADB6C) is known color: Emerald. HEX triplet: 5A, DB and 6C. RGB value is (90,219,108). Sum of RGB (Red+Green+Blue) = 90+219+108=417 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.58% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 108 (42.58% from 255 or 25.90% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #5ADB6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADB6C is #A52493. Grayscale: #A8A8A8. Windows color (decimal): -10822804 or 7134042. OLE color: 7134042.
HSL color Cylindrical-coordinate representation of color #5ADB6C: hue angle of 128.37º 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 #5ADB6C is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 219 | 108 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.14 |
| HSL | 128.37º | 0.64% | 0.61% | - |
| HSV(B) | 128.37º | 0.59% | 0.86% | - |
| XYZ | 32.25 | 53.92 | 22.89 | - |
| YUV | 167.78 | 94.26 | 72.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 219 | 108 | 0.59 | 0 | 0.51 | 0.14 | 128.37 | 0.64 | 0.61 |
| Hex | 5A | DB | 6C | 3B | 0 | 33 | E | 80 | 40 | 3D |
| Octal | 132 | 333 | 154 | 73 | 0 | 63 | 16 | 200 | 100 | 75 |
| Binary | 1011010 | 11011011 | 1101100 | 111011 | 0 | 110011 | 1110 | 10000000 | 1000000 | 111101 |
Color Harmonies of #5ADB6C
Complementary color
Monochromatic Colors of #5ADB6C
Black with #5ADB6C
Text Example
Text Example
White with #5ADB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADB6C; }
p { color: rgb(90,219,108); }
H1.HeaderClassName
{
color: #5ADB6C;
}
.AnyTagClassName
{
color: #5ADB6C;
}
</style>
background-color css
<style>
a { background-color: #5ADB6C; }
a { background-color: rgb(90,219,108); }
div.DivClassName
{
background-color: #5ADB6C;
}
.BgClassName
{
background-color: #5ADB6C;
}
</style>
border-color css
<style>
span { border-color: #5ADB6C; }
span { border-color: rgb(90,219,108); }
td.TdClassName
{
border-color: #5ADB6C;
}
.TagClassName
{
border-color: #5ADB6C;
}
</style>