Shades of Emerald #5DCC82
Tints of Emerald #5DCC82
RGB
CMYK
RGB Variations
Color information
#5DCC82 (or 0x5DCC82) is known color: Emerald. HEX triplet: 5D, CC and 82. RGB value is (93,204,130). Sum of RGB (Red+Green+Blue) = 93+204+130=427 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.78% from 427); Green value is 204 (80.08% from 255 or 47.78% from 427); Blue value is 130 (51.17% from 255 or 30.44% from 427); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCC82 is #A2337D. Grayscale: #A2A2A2. Windows color (decimal): -10630014 or 8571997. OLE color: 8571997.
HSL color Cylindrical-coordinate representation of color #5DCC82: hue angle of 140º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCC82 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 130 | - |
| CMYK | 0.54 | 0 | 0.36 | 0.2 |
| HSL | 140º | 0.52% | 0.58% | - |
| HSV(B) | 140º | 0.54% | 0.8% | - |
| XYZ | 30.14 | 47.12 | 28.63 | - |
| YUV | 162.38 | 109.73 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 130 | 0.54 | 0 | 0.36 | 0.2 | 140 | 0.52 | 0.58 |
| Hex | 5D | CC | 82 | 36 | 0 | 24 | 14 | 8C | 34 | 3A |
| Octal | 135 | 314 | 202 | 66 | 0 | 44 | 24 | 214 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10000010 | 110110 | 0 | 100100 | 10100 | 10001100 | 110100 | 111010 |
Color Harmonies of #5DCC82
Complementary color
Monochromatic Colors of #5DCC82
Black with #5DCC82
Text Example
Text Example
White with #5DCC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC82; }
p { color: rgb(93,204,130); }
H1.HeaderClassName
{
color: #5DCC82;
}
.AnyTagClassName
{
color: #5DCC82;
}
</style>
background-color css
<style>
a { background-color: #5DCC82; }
a { background-color: rgb(93,204,130); }
div.DivClassName
{
background-color: #5DCC82;
}
.BgClassName
{
background-color: #5DCC82;
}
</style>
border-color css
<style>
span { border-color: #5DCC82; }
span { border-color: rgb(93,204,130); }
td.TdClassName
{
border-color: #5DCC82;
}
.TagClassName
{
border-color: #5DCC82;
}
</style>