Shades of Emerald #5DC977
Tints of Emerald #5DC977
RGB
CMYK
RGB Variations
Color information
#5DC977 (or 0x5DC977) is known color: Emerald. HEX triplet: 5D, C9 and 77. RGB value is (93,201,119). Sum of RGB (Red+Green+Blue) = 93+201+119=413 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.52% from 413); Green value is 201 (78.91% from 255 or 48.67% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC977 is #A23688. Grayscale: #9F9F9F. Windows color (decimal): -10630793 or 7850333. OLE color: 7850333.
HSL color Cylindrical-coordinate representation of color #5DC977: hue angle of 134.44º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC977 is Cyan = 0.54, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 119 | - |
| CMYK | 0.54 | 0 | 0.41 | 0.21 |
| HSL | 134.44º | 0.5% | 0.58% | - |
| HSV(B) | 134.44º | 0.54% | 0.79% | - |
| XYZ | 28.73 | 45.43 | 24.71 | - |
| YUV | 159.36 | 105.22 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 119 | 0.54 | 0 | 0.41 | 0.21 | 134.44 | 0.5 | 0.58 |
| Hex | 5D | C9 | 77 | 36 | 0 | 29 | 15 | 86 | 32 | 3A |
| Octal | 135 | 311 | 167 | 66 | 0 | 51 | 25 | 206 | 62 | 72 |
| Binary | 1011101 | 11001001 | 1110111 | 110110 | 0 | 101001 | 10101 | 10000110 | 110010 | 111010 |
Color Harmonies of #5DC977
Complementary color
Monochromatic Colors of #5DC977
Black with #5DC977
Text Example
Text Example
White with #5DC977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC977; }
p { color: rgb(93,201,119); }
H1.HeaderClassName
{
color: #5DC977;
}
.AnyTagClassName
{
color: #5DC977;
}
</style>
background-color css
<style>
a { background-color: #5DC977; }
a { background-color: rgb(93,201,119); }
div.DivClassName
{
background-color: #5DC977;
}
.BgClassName
{
background-color: #5DC977;
}
</style>
border-color css
<style>
span { border-color: #5DC977; }
span { border-color: rgb(93,201,119); }
td.TdClassName
{
border-color: #5DC977;
}
.TagClassName
{
border-color: #5DC977;
}
</style>