Shades of Emerald #5DC17B
Tints of Emerald #5DC17B
RGB
CMYK
RGB Variations
Color information
#5DC17B (or 0x5DC17B) is known color: Emerald. HEX triplet: 5D, C1 and 7B. RGB value is (93,193,123). Sum of RGB (Red+Green+Blue) = 93+193+123=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 123 (48.44% from 255 or 30.07% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC17B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC17B is #A23E84. Grayscale: #9B9B9B. Windows color (decimal): -10632837 or 8110429. OLE color: 8110429.
HSL color Cylindrical-coordinate representation of color #5DC17B: hue angle of 138º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5DC17B is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 123 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.24 |
| HSL | 138º | 0.45% | 0.56% | - |
| HSV(B) | 138º | 0.52% | 0.76% | - |
| XYZ | 27.16 | 41.9 | 25.39 | - |
| YUV | 155.12 | 109.87 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 123 | 0.52 | 0 | 0.36 | 0.24 | 138 | 0.45 | 0.56 |
| Hex | 5D | C1 | 7B | 34 | 0 | 24 | 18 | 8A | 2D | 38 |
| Octal | 135 | 301 | 173 | 64 | 0 | 44 | 30 | 212 | 55 | 70 |
| Binary | 1011101 | 11000001 | 1111011 | 110100 | 0 | 100100 | 11000 | 10001010 | 101101 | 111000 |
Color Harmonies of #5DC17B
Complementary color
Monochromatic Colors of #5DC17B
Black with #5DC17B
Text Example
Text Example
White with #5DC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC17B; }
p { color: rgb(93,193,123); }
H1.HeaderClassName
{
color: #5DC17B;
}
.AnyTagClassName
{
color: #5DC17B;
}
</style>
background-color css
<style>
a { background-color: #5DC17B; }
a { background-color: rgb(93,193,123); }
div.DivClassName
{
background-color: #5DC17B;
}
.BgClassName
{
background-color: #5DC17B;
}
</style>
border-color css
<style>
span { border-color: #5DC17B; }
span { border-color: rgb(93,193,123); }
td.TdClassName
{
border-color: #5DC17B;
}
.TagClassName
{
border-color: #5DC17B;
}
</style>