Shades of Emerald #5DC97F
Tints of Emerald #5DC97F
RGB
CMYK
RGB Variations
Color information
#5DC97F (or 0x5DC97F) is known color: Emerald. HEX triplet: 5D, C9 and 7F. RGB value is (93,201,127). Sum of RGB (Red+Green+Blue) = 93+201+127=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC97F is #A23680. Grayscale: #A0A0A0. Windows color (decimal): -10630785 or 8374621. OLE color: 8374621.
HSL color Cylindrical-coordinate representation of color #5DC97F: hue angle of 138.89º 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 #5DC97F is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 93 | 201 | 127 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.21 |
| HSL | 138.89º | 0.5% | 0.58% | - |
| HSV(B) | 138.89º | 0.54% | 0.79% | - |
| XYZ | 29.23 | 45.63 | 27.35 | - |
| YUV | 160.27 | 109.22 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 201 | 127 | 0.54 | 0 | 0.37 | 0.21 | 138.89 | 0.5 | 0.58 |
| Hex | 5D | C9 | 7F | 36 | 0 | 25 | 15 | 8B | 32 | 3A |
| Octal | 135 | 311 | 177 | 66 | 0 | 45 | 25 | 213 | 62 | 72 |
| Binary | 1011101 | 11001001 | 1111111 | 110110 | 0 | 100101 | 10101 | 10001011 | 110010 | 111010 |
Color Harmonies of #5DC97F
Complementary color
Monochromatic Colors of #5DC97F
Black with #5DC97F
Text Example
Text Example
White with #5DC97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC97F; }
p { color: rgb(93,201,127); }
H1.HeaderClassName
{
color: #5DC97F;
}
.AnyTagClassName
{
color: #5DC97F;
}
</style>
background-color css
<style>
a { background-color: #5DC97F; }
a { background-color: rgb(93,201,127); }
div.DivClassName
{
background-color: #5DC97F;
}
.BgClassName
{
background-color: #5DC97F;
}
</style>
border-color css
<style>
span { border-color: #5DC97F; }
span { border-color: rgb(93,201,127); }
td.TdClassName
{
border-color: #5DC97F;
}
.TagClassName
{
border-color: #5DC97F;
}
</style>