Shades of Emerald #5DC878
Tints of Emerald #5DC878
RGB
CMYK
RGB Variations
Color information
#5DC878 (or 0x5DC878) is known color: Emerald. HEX triplet: 5D, C8 and 78. RGB value is (93,200,120). Sum of RGB (Red+Green+Blue) = 93+200+120=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 200 (78.52% from 255 or 48.43% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 200 - color contains mainly: green. Hex color #5DC878 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC878 is #A23787. Grayscale: #9F9F9F. Windows color (decimal): -10631048 or 7915613. OLE color: 7915613.
HSL color Cylindrical-coordinate representation of color #5DC878: hue angle of 135.14º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC878 is Cyan = 0.54, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 200 | 120 | - |
| CMYK | 0.54 | 0 | 0.4 | 0.22 |
| HSL | 135.14º | 0.49% | 0.57% | - |
| HSV(B) | 135.14º | 0.54% | 0.78% | - |
| XYZ | 28.56 | 44.99 | 24.95 | - |
| YUV | 158.89 | 106.05 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 200 | 120 | 0.54 | 0 | 0.4 | 0.22 | 135.14 | 0.49 | 0.57 |
| Hex | 5D | C8 | 78 | 36 | 0 | 28 | 16 | 87 | 31 | 39 |
| Octal | 135 | 310 | 170 | 66 | 0 | 50 | 26 | 207 | 61 | 71 |
| Binary | 1011101 | 11001000 | 1111000 | 110110 | 0 | 101000 | 10110 | 10000111 | 110001 | 111001 |
Color Harmonies of #5DC878
Complementary color
Monochromatic Colors of #5DC878
Black with #5DC878
Text Example
Text Example
White with #5DC878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC878; }
p { color: rgb(93,200,120); }
H1.HeaderClassName
{
color: #5DC878;
}
.AnyTagClassName
{
color: #5DC878;
}
</style>
background-color css
<style>
a { background-color: #5DC878; }
a { background-color: rgb(93,200,120); }
div.DivClassName
{
background-color: #5DC878;
}
.BgClassName
{
background-color: #5DC878;
}
</style>
border-color css
<style>
span { border-color: #5DC878; }
span { border-color: rgb(93,200,120); }
td.TdClassName
{
border-color: #5DC878;
}
.TagClassName
{
border-color: #5DC878;
}
</style>