Shades of Emerald #5DD684
Tints of Emerald #5DD684
RGB
CMYK
RGB Variations
Color information
#5DD684 (or 0x5DD684) is known color: Emerald. HEX triplet: 5D, D6 and 84. RGB value is (93,214,132). Sum of RGB (Red+Green+Blue) = 93+214+132=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD684 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD684 is #A2297B. Grayscale: #A8A8A8. Windows color (decimal): -10627452 or 8705629. OLE color: 8705629.
HSL color Cylindrical-coordinate representation of color #5DD684: hue angle of 139.34º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD684 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 132 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.16 |
| HSL | 139.34º | 0.6% | 0.6% | - |
| HSV(B) | 139.34º | 0.57% | 0.84% | - |
| XYZ | 32.73 | 52.09 | 30.16 | - |
| YUV | 168.47 | 107.41 | 74.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 132 | 0.57 | 0 | 0.38 | 0.16 | 139.34 | 0.6 | 0.6 |
| Hex | 5D | D6 | 84 | 39 | 0 | 26 | 10 | 8B | 3C | 3C |
| Octal | 135 | 326 | 204 | 71 | 0 | 46 | 20 | 213 | 74 | 74 |
| Binary | 1011101 | 11010110 | 10000100 | 111001 | 0 | 100110 | 10000 | 10001011 | 111100 | 111100 |
Color Harmonies of #5DD684
Complementary color
Monochromatic Colors of #5DD684
Black with #5DD684
Text Example
Text Example
White with #5DD684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD684; }
p { color: rgb(93,214,132); }
H1.HeaderClassName
{
color: #5DD684;
}
.AnyTagClassName
{
color: #5DD684;
}
</style>
background-color css
<style>
a { background-color: #5DD684; }
a { background-color: rgb(93,214,132); }
div.DivClassName
{
background-color: #5DD684;
}
.BgClassName
{
background-color: #5DD684;
}
</style>
border-color css
<style>
span { border-color: #5DD684; }
span { border-color: rgb(93,214,132); }
td.TdClassName
{
border-color: #5DD684;
}
.TagClassName
{
border-color: #5DD684;
}
</style>