Shades of Emerald #5DD185
Tints of Emerald #5DD185
RGB
CMYK
RGB Variations
Color information
#5DD185 (or 0x5DD185) is known color: Emerald. HEX triplet: 5D, D1 and 85. RGB value is (93,209,133). Sum of RGB (Red+Green+Blue) = 93+209+133=435 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.38% from 435); Green value is 209 (82.03% from 255 or 48.05% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD185 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD185 is #A22E7A. Grayscale: #A5A5A5. Windows color (decimal): -10628731 or 8769885. OLE color: 8769885.
HSL color Cylindrical-coordinate representation of color #5DD185: hue angle of 140.69º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD185 is Cyan = 0.56, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 133 | - |
| CMYK | 0.56 | 0 | 0.36 | 0.18 |
| HSL | 140.69º | 0.56% | 0.59% | - |
| HSV(B) | 140.69º | 0.56% | 0.82% | - |
| XYZ | 31.55 | 49.62 | 30.11 | - |
| YUV | 165.65 | 109.57 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 133 | 0.56 | 0 | 0.36 | 0.18 | 140.69 | 0.56 | 0.59 |
| Hex | 5D | D1 | 85 | 38 | 0 | 24 | 12 | 8D | 38 | 3B |
| Octal | 135 | 321 | 205 | 70 | 0 | 44 | 22 | 215 | 70 | 73 |
| Binary | 1011101 | 11010001 | 10000101 | 111000 | 0 | 100100 | 10010 | 10001101 | 111000 | 111011 |
Color Harmonies of #5DD185
Complementary color
Monochromatic Colors of #5DD185
Black with #5DD185
Text Example
Text Example
White with #5DD185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD185; }
p { color: rgb(93,209,133); }
H1.HeaderClassName
{
color: #5DD185;
}
.AnyTagClassName
{
color: #5DD185;
}
</style>
background-color css
<style>
a { background-color: #5DD185; }
a { background-color: rgb(93,209,133); }
div.DivClassName
{
background-color: #5DD185;
}
.BgClassName
{
background-color: #5DD185;
}
</style>
border-color css
<style>
span { border-color: #5DD185; }
span { border-color: rgb(93,209,133); }
td.TdClassName
{
border-color: #5DD185;
}
.TagClassName
{
border-color: #5DD185;
}
</style>