Shades of Emerald #5DCC78
Tints of Emerald #5DCC78
RGB
CMYK
RGB Variations
Color information
#5DCC78 (or 0x5DCC78) is known color: Emerald. HEX triplet: 5D, CC and 78. RGB value is (93,204,120). Sum of RGB (Red+Green+Blue) = 93+204+120=417 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.30% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 120 (47.27% from 255 or 28.78% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #5DCC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCC78 is #A23387. Grayscale: #A1A1A1. Windows color (decimal): -10630024 or 7916637. OLE color: 7916637.
HSL color Cylindrical-coordinate representation of color #5DCC78: hue angle of 134.59º 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 #5DCC78 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 204 | 120 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.2 |
| HSL | 134.59º | 0.52% | 0.58% | - |
| HSV(B) | 134.59º | 0.54% | 0.8% | - |
| XYZ | 29.5 | 46.87 | 25.26 | - |
| YUV | 161.24 | 104.73 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 204 | 120 | 0.54 | 0 | 0.41 | 0.2 | 134.59 | 0.52 | 0.58 |
| Hex | 5D | CC | 78 | 36 | 0 | 29 | 14 | 87 | 34 | 3A |
| Octal | 135 | 314 | 170 | 66 | 0 | 51 | 24 | 207 | 64 | 72 |
| Binary | 1011101 | 11001100 | 1111000 | 110110 | 0 | 101001 | 10100 | 10000111 | 110100 | 111010 |
Color Harmonies of #5DCC78
Complementary color
Monochromatic Colors of #5DCC78
Black with #5DCC78
Text Example
Text Example
White with #5DCC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCC78; }
p { color: rgb(93,204,120); }
H1.HeaderClassName
{
color: #5DCC78;
}
.AnyTagClassName
{
color: #5DCC78;
}
</style>
background-color css
<style>
a { background-color: #5DCC78; }
a { background-color: rgb(93,204,120); }
div.DivClassName
{
background-color: #5DCC78;
}
.BgClassName
{
background-color: #5DCC78;
}
</style>
border-color css
<style>
span { border-color: #5DCC78; }
span { border-color: rgb(93,204,120); }
td.TdClassName
{
border-color: #5DCC78;
}
.TagClassName
{
border-color: #5DCC78;
}
</style>