Shades of Emerald #5DD677
Tints of Emerald #5DD677
RGB
CMYK
RGB Variations
Color information
#5DD677 (or 0x5DD677) is known color: Emerald. HEX triplet: 5D, D6 and 77. RGB value is (93,214,119). Sum of RGB (Red+Green+Blue) = 93+214+119=426 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.83% from 426); Green value is 214 (83.98% from 255 or 50.23% from 426); Blue value is 119 (46.88% from 255 or 27.93% from 426); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD677 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD677 is #A22988. Grayscale: #A7A7A7. Windows color (decimal): -10627465 or 7853661. OLE color: 7853661.
HSL color Cylindrical-coordinate representation of color #5DD677: hue angle of 132.89º 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 #5DD677 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 119 | - |
| CMYK | 0.57 | 0 | 0.44 | 0.16 |
| HSL | 132.89º | 0.6% | 0.6% | - |
| HSV(B) | 132.89º | 0.57% | 0.84% | - |
| XYZ | 31.89 | 51.75 | 25.76 | - |
| YUV | 166.99 | 100.91 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 119 | 0.57 | 0 | 0.44 | 0.16 | 132.89 | 0.6 | 0.6 |
| Hex | 5D | D6 | 77 | 39 | 0 | 2C | 10 | 85 | 3C | 3C |
| Octal | 135 | 326 | 167 | 71 | 0 | 54 | 20 | 205 | 74 | 74 |
| Binary | 1011101 | 11010110 | 1110111 | 111001 | 0 | 101100 | 10000 | 10000101 | 111100 | 111100 |
Color Harmonies of #5DD677
Complementary color
Monochromatic Colors of #5DD677
Black with #5DD677
Text Example
Text Example
White with #5DD677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD677; }
p { color: rgb(93,214,119); }
H1.HeaderClassName
{
color: #5DD677;
}
.AnyTagClassName
{
color: #5DD677;
}
</style>
background-color css
<style>
a { background-color: #5DD677; }
a { background-color: rgb(93,214,119); }
div.DivClassName
{
background-color: #5DD677;
}
.BgClassName
{
background-color: #5DD677;
}
</style>
border-color css
<style>
span { border-color: #5DD677; }
span { border-color: rgb(93,214,119); }
td.TdClassName
{
border-color: #5DD677;
}
.TagClassName
{
border-color: #5DD677;
}
</style>