Shades of Emerald #5DCC80
Tints of Emerald #5DCC80
RGB
CMYK
RGB Variations
Color information
#5DCC80 (or 0x5DCC80) is known color: Emerald. HEX triplet: 5D, CC and 80. RGB value is (93,204,128). Sum of RGB (Red+Green+Blue) = 93+204+128=425 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.88% from 425); Green value is 204 (80.08% from 255 or 48% from 425); Blue value is 128 (50.39% from 255 or 30.12% from 425); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCC80 is #A2337F. Grayscale: #A2A2A2. Windows color (decimal): -10630016 or 8440925. OLE color: 8440925.
HSL color Cylindrical-coordinate representation of color #5DCC80: hue angle of 138.92º 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 #5DCC80 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 128 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.2 |
| HSL | 138.92º | 0.52% | 0.58% | - |
| HSV(B) | 138.92º | 0.54% | 0.8% | - |
| XYZ | 30 | 47.07 | 27.93 | - |
| YUV | 162.15 | 108.73 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 128 | 0.54 | 0 | 0.37 | 0.2 | 138.92 | 0.52 | 0.58 |
| Hex | 5D | CC | 80 | 36 | 0 | 25 | 14 | 8B | 34 | 3A |
| Octal | 135 | 314 | 200 | 66 | 0 | 45 | 24 | 213 | 64 | 72 |
| Binary | 1011101 | 11001100 | 10000000 | 110110 | 0 | 100101 | 10100 | 10001011 | 110100 | 111010 |
Color Harmonies of #5DCC80
Complementary color
Monochromatic Colors of #5DCC80
Black with #5DCC80
Text Example
Text Example
White with #5DCC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC80; }
p { color: rgb(93,204,128); }
H1.HeaderClassName
{
color: #5DCC80;
}
.AnyTagClassName
{
color: #5DCC80;
}
</style>
background-color css
<style>
a { background-color: #5DCC80; }
a { background-color: rgb(93,204,128); }
div.DivClassName
{
background-color: #5DCC80;
}
.BgClassName
{
background-color: #5DCC80;
}
</style>
border-color css
<style>
span { border-color: #5DCC80; }
span { border-color: rgb(93,204,128); }
td.TdClassName
{
border-color: #5DCC80;
}
.TagClassName
{
border-color: #5DCC80;
}
</style>