Shades of Emerald #5ADD6D
Tints of Emerald #5ADD6D
RGB
CMYK
RGB Variations
Color information
#5ADD6D (or 0x5ADD6D) is known color: Emerald. HEX triplet: 5A, DD and 6D. RGB value is (90,221,109). Sum of RGB (Red+Green+Blue) = 90+221+109=420 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.43% from 420); Green value is 221 (86.72% from 255 or 52.62% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 221 - color contains mainly: green. Hex color #5ADD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5ADD6D is #A52292. Grayscale: #A9A9A9. Windows color (decimal): -10822291 or 7200090. OLE color: 7200090.
HSL color Cylindrical-coordinate representation of color #5ADD6D: hue angle of 128.7º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5ADD6D is Cyan = 0.59, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 221 | 109 | - |
| CMYK | 0.59 | 0 | 0.51 | 0.13 |
| HSL | 128.7º | 0.66% | 0.61% | - |
| HSV(B) | 128.7º | 0.59% | 0.87% | - |
| XYZ | 32.83 | 54.99 | 23.35 | - |
| YUV | 169.06 | 94.1 | 71.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 221 | 109 | 0.59 | 0 | 0.51 | 0.13 | 128.7 | 0.66 | 0.61 |
| Hex | 5A | DD | 6D | 3B | 0 | 33 | D | 81 | 42 | 3D |
| Octal | 132 | 335 | 155 | 73 | 0 | 63 | 15 | 201 | 102 | 75 |
| Binary | 1011010 | 11011101 | 1101101 | 111011 | 0 | 110011 | 1101 | 10000001 | 1000010 | 111101 |
Color Harmonies of #5ADD6D
Complementary color
Monochromatic Colors of #5ADD6D
Black with #5ADD6D
Text Example
Text Example
White with #5ADD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ADD6D; }
p { color: rgb(90,221,109); }
H1.HeaderClassName
{
color: #5ADD6D;
}
.AnyTagClassName
{
color: #5ADD6D;
}
</style>
background-color css
<style>
a { background-color: #5ADD6D; }
a { background-color: rgb(90,221,109); }
div.DivClassName
{
background-color: #5ADD6D;
}
.BgClassName
{
background-color: #5ADD6D;
}
</style>
border-color css
<style>
span { border-color: #5ADD6D; }
span { border-color: rgb(90,221,109); }
td.TdClassName
{
border-color: #5ADD6D;
}
.TagClassName
{
border-color: #5ADD6D;
}
</style>