Shades of Emerald #5DCD7B
Tints of Emerald #5DCD7B
RGB
CMYK
RGB Variations
Color information
#5DCD7B (or 0x5DCD7B) is known color: Emerald. HEX triplet: 5D, CD and 7B. RGB value is (93,205,123). Sum of RGB (Red+Green+Blue) = 93+205+123=421 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.09% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD7B is #A23284. Grayscale: #A2A2A2. Windows color (decimal): -10629765 or 8113501. OLE color: 8113501.
HSL color Cylindrical-coordinate representation of color #5DCD7B: hue angle of 136.07º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DCD7B is Cyan = 0.55, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 123 | - |
| CMYK | 0.55 | 0 | 0.4 | 0.20 |
| HSL | 136.07º | 0.53% | 0.58% | - |
| HSV(B) | 136.07º | 0.55% | 0.8% | - |
| XYZ | 29.92 | 47.42 | 26.31 | - |
| YUV | 162.16 | 105.89 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 123 | 0.55 | 0 | 0.4 | 0.20 | 136.07 | 0.53 | 0.58 |
| Hex | 5D | CD | 7B | 37 | 0 | 28 | 14 | 88 | 35 | 3A |
| Octal | 135 | 315 | 173 | 67 | 0 | 50 | 24 | 210 | 65 | 72 |
| Binary | 1011101 | 11001101 | 1111011 | 110111 | 0 | 101000 | 10100 | 10001000 | 110101 | 111010 |
Color Harmonies of #5DCD7B
Complementary color
Monochromatic Colors of #5DCD7B
Black with #5DCD7B
Text Example
Text Example
White with #5DCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD7B; }
p { color: rgb(93,205,123); }
H1.HeaderClassName
{
color: #5DCD7B;
}
.AnyTagClassName
{
color: #5DCD7B;
}
</style>
background-color css
<style>
a { background-color: #5DCD7B; }
a { background-color: rgb(93,205,123); }
div.DivClassName
{
background-color: #5DCD7B;
}
.BgClassName
{
background-color: #5DCD7B;
}
</style>
border-color css
<style>
span { border-color: #5DCD7B; }
span { border-color: rgb(93,205,123); }
td.TdClassName
{
border-color: #5DCD7B;
}
.TagClassName
{
border-color: #5DCD7B;
}
</style>