Shades of Emerald #5DCD85
Tints of Emerald #5DCD85
RGB
CMYK
RGB Variations
Color information
#5DCD85 (or 0x5DCD85) is known color: Emerald. HEX triplet: 5D, CD and 85. RGB value is (93,205,133). Sum of RGB (Red+Green+Blue) = 93+205+133=431 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.58% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD85 is #A2327A. Grayscale: #A3A3A3. Windows color (decimal): -10629755 or 8768861. OLE color: 8768861.
HSL color Cylindrical-coordinate representation of color #5DCD85: hue angle of 141.43º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCD85 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 133 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.20 |
| HSL | 141.43º | 0.53% | 0.58% | - |
| HSV(B) | 141.43º | 0.55% | 0.8% | - |
| XYZ | 30.58 | 47.68 | 29.78 | - |
| YUV | 163.3 | 110.89 | 77.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 133 | 0.55 | 0 | 0.35 | 0.20 | 141.43 | 0.53 | 0.58 |
| Hex | 5D | CD | 85 | 37 | 0 | 23 | 14 | 8D | 35 | 3A |
| Octal | 135 | 315 | 205 | 67 | 0 | 43 | 24 | 215 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10000101 | 110111 | 0 | 100011 | 10100 | 10001101 | 110101 | 111010 |
Color Harmonies of #5DCD85
Complementary color
Monochromatic Colors of #5DCD85
Black with #5DCD85
Text Example
Text Example
White with #5DCD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD85; }
p { color: rgb(93,205,133); }
H1.HeaderClassName
{
color: #5DCD85;
}
.AnyTagClassName
{
color: #5DCD85;
}
</style>
background-color css
<style>
a { background-color: #5DCD85; }
a { background-color: rgb(93,205,133); }
div.DivClassName
{
background-color: #5DCD85;
}
.BgClassName
{
background-color: #5DCD85;
}
</style>
border-color css
<style>
span { border-color: #5DCD85; }
span { border-color: rgb(93,205,133); }
td.TdClassName
{
border-color: #5DCD85;
}
.TagClassName
{
border-color: #5DCD85;
}
</style>