Shades of Emerald #5DCD7E
Tints of Emerald #5DCD7E
RGB
CMYK
RGB Variations
Color information
#5DCD7E (or 0x5DCD7E) is known color: Emerald. HEX triplet: 5D, CD and 7E. RGB value is (93,205,126). Sum of RGB (Red+Green+Blue) = 93+205+126=424 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.93% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #5DCD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DCD7E is #A23281. Grayscale: #A2A2A2. Windows color (decimal): -10629762 or 8310109. OLE color: 8310109.
HSL color Cylindrical-coordinate representation of color #5DCD7E: hue angle of 137.68º 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 #5DCD7E is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 205 | 126 | - |
| CMYK | 0.55 | 0 | 0.39 | 0.20 |
| HSL | 137.68º | 0.53% | 0.58% | - |
| HSV(B) | 137.68º | 0.55% | 0.8% | - |
| XYZ | 30.11 | 47.5 | 27.32 | - |
| YUV | 162.51 | 107.39 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 205 | 126 | 0.55 | 0 | 0.39 | 0.20 | 137.68 | 0.53 | 0.58 |
| Hex | 5D | CD | 7E | 37 | 0 | 27 | 14 | 8A | 35 | 3A |
| Octal | 135 | 315 | 176 | 67 | 0 | 47 | 24 | 212 | 65 | 72 |
| Binary | 1011101 | 11001101 | 1111110 | 110111 | 0 | 100111 | 10100 | 10001010 | 110101 | 111010 |
Color Harmonies of #5DCD7E
Complementary color
Monochromatic Colors of #5DCD7E
Black with #5DCD7E
Text Example
Text Example
White with #5DCD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCD7E; }
p { color: rgb(93,205,126); }
H1.HeaderClassName
{
color: #5DCD7E;
}
.AnyTagClassName
{
color: #5DCD7E;
}
</style>
background-color css
<style>
a { background-color: #5DCD7E; }
a { background-color: rgb(93,205,126); }
div.DivClassName
{
background-color: #5DCD7E;
}
.BgClassName
{
background-color: #5DCD7E;
}
</style>
border-color css
<style>
span { border-color: #5DCD7E; }
span { border-color: rgb(93,205,126); }
td.TdClassName
{
border-color: #5DCD7E;
}
.TagClassName
{
border-color: #5DCD7E;
}
</style>