Shades of Emerald #5DDA7A
Tints of Emerald #5DDA7A
RGB
CMYK
RGB Variations
Color information
#5DDA7A (or 0x5DDA7A) is known color: Emerald. HEX triplet: 5D, DA and 7A. RGB value is (93,218,122). Sum of RGB (Red+Green+Blue) = 93+218+122=433 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.48% from 433); Green value is 218 (85.55% from 255 or 50.35% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDA7A is #A22585. Grayscale: #A9A9A9. Windows color (decimal): -10626438 or 8051293. OLE color: 8051293.
HSL color Cylindrical-coordinate representation of color #5DDA7A: hue angle of 133.92º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDA7A is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 122 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.15 |
| HSL | 133.92º | 0.63% | 0.61% | - |
| HSV(B) | 133.92º | 0.57% | 0.85% | - |
| XYZ | 33.1 | 53.88 | 27.07 | - |
| YUV | 169.68 | 101.09 | 73.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 122 | 0.57 | 0 | 0.44 | 0.15 | 133.92 | 0.63 | 0.61 |
| Hex | 5D | DA | 7A | 39 | 0 | 2C | F | 86 | 3F | 3D |
| Octal | 135 | 332 | 172 | 71 | 0 | 54 | 17 | 206 | 77 | 75 |
| Binary | 1011101 | 11011010 | 1111010 | 111001 | 0 | 101100 | 1111 | 10000110 | 111111 | 111101 |
Color Harmonies of #5DDA7A
Complementary color
Monochromatic Colors of #5DDA7A
Black with #5DDA7A
Text Example
Text Example
White with #5DDA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA7A; }
p { color: rgb(93,218,122); }
H1.HeaderClassName
{
color: #5DDA7A;
}
.AnyTagClassName
{
color: #5DDA7A;
}
</style>
background-color css
<style>
a { background-color: #5DDA7A; }
a { background-color: rgb(93,218,122); }
div.DivClassName
{
background-color: #5DDA7A;
}
.BgClassName
{
background-color: #5DDA7A;
}
</style>
border-color css
<style>
span { border-color: #5DDA7A; }
span { border-color: rgb(93,218,122); }
td.TdClassName
{
border-color: #5DDA7A;
}
.TagClassName
{
border-color: #5DDA7A;
}
</style>