Shades of Emerald #5DD775
Tints of Emerald #5DD775
RGB
CMYK
RGB Variations
Color information
#5DD775 (or 0x5DD775) is known color: Emerald. HEX triplet: 5D, D7 and 75. RGB value is (93,215,117). Sum of RGB (Red+Green+Blue) = 93+215+117=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #5DD775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DD775 is #A2288A. Grayscale: #A7A7A7. Windows color (decimal): -10627211 or 7722845. OLE color: 7722845.
HSL color Cylindrical-coordinate representation of color #5DD775: hue angle of 131.8º 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 #5DD775 is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 215 | 117 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.16 |
| HSL | 131.8º | 0.6% | 0.6% | - |
| HSV(B) | 131.8º | 0.57% | 0.84% | - |
| XYZ | 32.03 | 52.21 | 25.22 | - |
| YUV | 167.35 | 99.58 | 74.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 215 | 117 | 0.57 | 0 | 0.46 | 0.16 | 131.8 | 0.6 | 0.6 |
| Hex | 5D | D7 | 75 | 39 | 0 | 2E | 10 | 84 | 3C | 3C |
| Octal | 135 | 327 | 165 | 71 | 0 | 56 | 20 | 204 | 74 | 74 |
| Binary | 1011101 | 11010111 | 1110101 | 111001 | 0 | 101110 | 10000 | 10000100 | 111100 | 111100 |
Color Harmonies of #5DD775
Complementary color
Monochromatic Colors of #5DD775
Black with #5DD775
Text Example
Text Example
White with #5DD775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD775; }
p { color: rgb(93,215,117); }
H1.HeaderClassName
{
color: #5DD775;
}
.AnyTagClassName
{
color: #5DD775;
}
</style>
background-color css
<style>
a { background-color: #5DD775; }
a { background-color: rgb(93,215,117); }
div.DivClassName
{
background-color: #5DD775;
}
.BgClassName
{
background-color: #5DD775;
}
</style>
border-color css
<style>
span { border-color: #5DD775; }
span { border-color: rgb(93,215,117); }
td.TdClassName
{
border-color: #5DD775;
}
.TagClassName
{
border-color: #5DD775;
}
</style>