Shades of Emerald #5DC675
Tints of Emerald #5DC675
RGB
CMYK
RGB Variations
Color information
#5DC675 (or 0x5DC675) is known color: Emerald. HEX triplet: 5D, C6 and 75. RGB value is (93,198,117). Sum of RGB (Red+Green+Blue) = 93+198+117=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 117 (46.09% from 255 or 28.68% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC675 is #A2398A. Grayscale: #9D9D9D. Windows color (decimal): -10631563 or 7718493. OLE color: 7718493.
HSL color Cylindrical-coordinate representation of color #5DC675: hue angle of 133.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC675 is Cyan = 0.53, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 198 | 117 | - |
| CMYK | 0.53 | 0 | 0.41 | 0.22 |
| HSL | 133.71º | 0.48% | 0.57% | - |
| HSV(B) | 133.71º | 0.53% | 0.78% | - |
| XYZ | 27.92 | 44 | 23.85 | - |
| YUV | 157.37 | 105.21 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 198 | 117 | 0.53 | 0 | 0.41 | 0.22 | 133.71 | 0.48 | 0.57 |
| Hex | 5D | C6 | 75 | 35 | 0 | 29 | 16 | 86 | 30 | 39 |
| Octal | 135 | 306 | 165 | 65 | 0 | 51 | 26 | 206 | 60 | 71 |
| Binary | 1011101 | 11000110 | 1110101 | 110101 | 0 | 101001 | 10110 | 10000110 | 110000 | 111001 |
Color Harmonies of #5DC675
Complementary color
Monochromatic Colors of #5DC675
Black with #5DC675
Text Example
Text Example
White with #5DC675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC675; }
p { color: rgb(93,198,117); }
H1.HeaderClassName
{
color: #5DC675;
}
.AnyTagClassName
{
color: #5DC675;
}
</style>
background-color css
<style>
a { background-color: #5DC675; }
a { background-color: rgb(93,198,117); }
div.DivClassName
{
background-color: #5DC675;
}
.BgClassName
{
background-color: #5DC675;
}
</style>
border-color css
<style>
span { border-color: #5DC675; }
span { border-color: rgb(93,198,117); }
td.TdClassName
{
border-color: #5DC675;
}
.TagClassName
{
border-color: #5DC675;
}
</style>