Shades of Emerald #5DDD75
Tints of Emerald #5DDD75
RGB
CMYK
RGB Variations
Color information
#5DDD75 (or 0x5DDD75) is known color: Emerald. HEX triplet: 5D, DD and 75. RGB value is (93,221,117). Sum of RGB (Red+Green+Blue) = 93+221+117=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #5DDD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDD75 is #A2228A. Grayscale: #ABABAB. Windows color (decimal): -10625675 or 7724381. OLE color: 7724381.
HSL color Cylindrical-coordinate representation of color #5DDD75: hue angle of 131.25º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDD75 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 221 | 117 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.13 |
| HSL | 131.25º | 0.65% | 0.62% | - |
| HSV(B) | 131.25º | 0.58% | 0.87% | - |
| XYZ | 33.58 | 55.32 | 25.74 | - |
| YUV | 170.87 | 97.59 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 221 | 117 | 0.58 | 0 | 0.47 | 0.13 | 131.25 | 0.65 | 0.62 |
| Hex | 5D | DD | 75 | 3A | 0 | 2F | D | 83 | 41 | 3E |
| Octal | 135 | 335 | 165 | 72 | 0 | 57 | 15 | 203 | 101 | 76 |
| Binary | 1011101 | 11011101 | 1110101 | 111010 | 0 | 101111 | 1101 | 10000011 | 1000001 | 111110 |
Color Harmonies of #5DDD75
Complementary color
Monochromatic Colors of #5DDD75
Black with #5DDD75
Text Example
Text Example
White with #5DDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDD75; }
p { color: rgb(93,221,117); }
H1.HeaderClassName
{
color: #5DDD75;
}
.AnyTagClassName
{
color: #5DDD75;
}
</style>
background-color css
<style>
a { background-color: #5DDD75; }
a { background-color: rgb(93,221,117); }
div.DivClassName
{
background-color: #5DDD75;
}
.BgClassName
{
background-color: #5DDD75;
}
</style>
border-color css
<style>
span { border-color: #5DDD75; }
span { border-color: rgb(93,221,117); }
td.TdClassName
{
border-color: #5DDD75;
}
.TagClassName
{
border-color: #5DDD75;
}
</style>