Shades of Emerald #5DDB7A
Tints of Emerald #5DDB7A
RGB
CMYK
RGB Variations
Color information
#5DDB7A (or 0x5DDB7A) is known color: Emerald. HEX triplet: 5D, DB and 7A. RGB value is (93,219,122). Sum of RGB (Red+Green+Blue) = 93+219+122=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDB7A is #A22485. Grayscale: #AAAAAA. Windows color (decimal): -10626182 or 8051549. OLE color: 8051549.
HSL color Cylindrical-coordinate representation of color #5DDB7A: hue angle of 133.81º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDB7A is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 122 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.14 |
| HSL | 133.81º | 0.64% | 0.61% | - |
| HSV(B) | 133.81º | 0.58% | 0.86% | - |
| XYZ | 33.36 | 54.4 | 27.15 | - |
| YUV | 170.27 | 100.76 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 122 | 0.58 | 0 | 0.44 | 0.14 | 133.81 | 0.64 | 0.61 |
| Hex | 5D | DB | 7A | 3A | 0 | 2C | E | 86 | 40 | 3D |
| Octal | 135 | 333 | 172 | 72 | 0 | 54 | 16 | 206 | 100 | 75 |
| Binary | 1011101 | 11011011 | 1111010 | 111010 | 0 | 101100 | 1110 | 10000110 | 1000000 | 111101 |
Color Harmonies of #5DDB7A
Complementary color
Monochromatic Colors of #5DDB7A
Black with #5DDB7A
Text Example
Text Example
White with #5DDB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB7A; }
p { color: rgb(93,219,122); }
H1.HeaderClassName
{
color: #5DDB7A;
}
.AnyTagClassName
{
color: #5DDB7A;
}
</style>
background-color css
<style>
a { background-color: #5DDB7A; }
a { background-color: rgb(93,219,122); }
div.DivClassName
{
background-color: #5DDB7A;
}
.BgClassName
{
background-color: #5DDB7A;
}
</style>
border-color css
<style>
span { border-color: #5DDB7A; }
span { border-color: rgb(93,219,122); }
td.TdClassName
{
border-color: #5DDB7A;
}
.TagClassName
{
border-color: #5DDB7A;
}
</style>