Shades of Emerald #5DCD82
Tints of Emerald #5DCD82
RGB
CMYK
RGB Variations
Color information
#5DCD82 (or 0x5DCD82) is known color: Emerald. HEX triplet: 5D, CD and 82. RGB value is (93,205,130). Sum of RGB (Red+Green+Blue) = 93+205+130=428 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.73% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 130 (51.17% from 255 or 30.37% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCD82 is #A2327D. Grayscale: #A3A3A3. Windows color (decimal): -10629758 or 8572253. OLE color: 8572253.
HSL color Cylindrical-coordinate representation of color #5DCD82: hue angle of 139.82º 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 #5DCD82 is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 130 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.20 |
| HSL | 139.82º | 0.53% | 0.58% | - |
| HSV(B) | 139.82º | 0.55% | 0.8% | - |
| XYZ | 30.37 | 47.6 | 28.71 | - |
| YUV | 162.96 | 109.39 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 130 | 0.55 | 0 | 0.37 | 0.20 | 139.82 | 0.53 | 0.58 |
| Hex | 5D | CD | 82 | 37 | 0 | 25 | 14 | 8C | 35 | 3A |
| Octal | 135 | 315 | 202 | 67 | 0 | 45 | 24 | 214 | 65 | 72 |
| Binary | 1011101 | 11001101 | 10000010 | 110111 | 0 | 100101 | 10100 | 10001100 | 110101 | 111010 |
Color Harmonies of #5DCD82
Complementary color
Monochromatic Colors of #5DCD82
Black with #5DCD82
Text Example
Text Example
White with #5DCD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD82; }
p { color: rgb(93,205,130); }
H1.HeaderClassName
{
color: #5DCD82;
}
.AnyTagClassName
{
color: #5DCD82;
}
</style>
background-color css
<style>
a { background-color: #5DCD82; }
a { background-color: rgb(93,205,130); }
div.DivClassName
{
background-color: #5DCD82;
}
.BgClassName
{
background-color: #5DCD82;
}
</style>
border-color css
<style>
span { border-color: #5DCD82; }
span { border-color: rgb(93,205,130); }
td.TdClassName
{
border-color: #5DCD82;
}
.TagClassName
{
border-color: #5DCD82;
}
</style>