Shades of Emerald #5DC17A
Tints of Emerald #5DC17A
RGB
CMYK
RGB Variations
Color information
#5DC17A (or 0x5DC17A) is known color: Emerald. HEX triplet: 5D, C1 and 7A. RGB value is (93,193,122). Sum of RGB (Red+Green+Blue) = 93+193+122=408 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.79% from 408); Green value is 193 (75.78% from 255 or 47.30% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 193 - color contains mainly: green. Hex color #5DC17A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DC17A is #A23E85. Grayscale: #9B9B9B. Windows color (decimal): -10632838 or 8044893. OLE color: 8044893.
HSL color Cylindrical-coordinate representation of color #5DC17A: hue angle of 137.4º 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 #5DC17A is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 193 | 122 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.24 |
| HSL | 137.4º | 0.45% | 0.56% | - |
| HSV(B) | 137.4º | 0.52% | 0.76% | - |
| XYZ | 27.1 | 41.87 | 25.07 | - |
| YUV | 155.01 | 109.37 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 193 | 122 | 0.52 | 0 | 0.37 | 0.24 | 137.4 | 0.45 | 0.56 |
| Hex | 5D | C1 | 7A | 34 | 0 | 25 | 18 | 89 | 2D | 38 |
| Octal | 135 | 301 | 172 | 64 | 0 | 45 | 30 | 211 | 55 | 70 |
| Binary | 1011101 | 11000001 | 1111010 | 110100 | 0 | 100101 | 11000 | 10001001 | 101101 | 111000 |
Color Harmonies of #5DC17A
Complementary color
Monochromatic Colors of #5DC17A
Black with #5DC17A
Text Example
Text Example
White with #5DC17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC17A; }
p { color: rgb(93,193,122); }
H1.HeaderClassName
{
color: #5DC17A;
}
.AnyTagClassName
{
color: #5DC17A;
}
</style>
background-color css
<style>
a { background-color: #5DC17A; }
a { background-color: rgb(93,193,122); }
div.DivClassName
{
background-color: #5DC17A;
}
.BgClassName
{
background-color: #5DC17A;
}
</style>
border-color css
<style>
span { border-color: #5DC17A; }
span { border-color: rgb(93,193,122); }
td.TdClassName
{
border-color: #5DC17A;
}
.TagClassName
{
border-color: #5DC17A;
}
</style>