Shades of Emerald #5DD182
Tints of Emerald #5DD182
RGB
CMYK
RGB Variations
Color information
#5DD182 (or 0x5DD182) is known color: Emerald. HEX triplet: 5D, D1 and 82. RGB value is (93,209,130). Sum of RGB (Red+Green+Blue) = 93+209+130=432 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.53% from 432); Green value is 209 (82.03% from 255 or 48.38% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD182 is #A22E7D. Grayscale: #A5A5A5. Windows color (decimal): -10628734 or 8573277. OLE color: 8573277.
HSL color Cylindrical-coordinate representation of color #5DD182: hue angle of 139.14º 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 #5DD182 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 93 | 209 | 130 | - |
| CMYK | 0.56 | 0 | 0.38 | 0.18 |
| HSL | 139.14º | 0.56% | 0.59% | - |
| HSV(B) | 139.14º | 0.56% | 0.82% | - |
| XYZ | 31.34 | 49.54 | 29.03 | - |
| YUV | 165.31 | 108.07 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 209 | 130 | 0.56 | 0 | 0.38 | 0.18 | 139.14 | 0.56 | 0.59 |
| Hex | 5D | D1 | 82 | 38 | 0 | 26 | 12 | 8B | 38 | 3B |
| Octal | 135 | 321 | 202 | 70 | 0 | 46 | 22 | 213 | 70 | 73 |
| Binary | 1011101 | 11010001 | 10000010 | 111000 | 0 | 100110 | 10010 | 10001011 | 111000 | 111011 |
Color Harmonies of #5DD182
Complementary color
Monochromatic Colors of #5DD182
Black with #5DD182
Text Example
Text Example
White with #5DD182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD182; }
p { color: rgb(93,209,130); }
H1.HeaderClassName
{
color: #5DD182;
}
.AnyTagClassName
{
color: #5DD182;
}
</style>
background-color css
<style>
a { background-color: #5DD182; }
a { background-color: rgb(93,209,130); }
div.DivClassName
{
background-color: #5DD182;
}
.BgClassName
{
background-color: #5DD182;
}
</style>
border-color css
<style>
span { border-color: #5DD182; }
span { border-color: rgb(93,209,130); }
td.TdClassName
{
border-color: #5DD182;
}
.TagClassName
{
border-color: #5DD182;
}
</style>