Shades of Emerald #5DDC7B
Tints of Emerald #5DDC7B
RGB
CMYK
RGB Variations
Color information
#5DDC7B (or 0x5DDC7B) is known color: Emerald. HEX triplet: 5D, DC and 7B. RGB value is (93,220,123). Sum of RGB (Red+Green+Blue) = 93+220+123=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDC7B is #A22384. Grayscale: #ABABAB. Windows color (decimal): -10625925 or 8117341. OLE color: 8117341.
HSL color Cylindrical-coordinate representation of color #5DDC7B: hue angle of 134.17º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDC7B is Cyan = 0.58, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 123 | - |
| CMYK | 0.58 | 0 | 0.44 | 0.14 |
| HSL | 134.17º | 0.64% | 0.61% | - |
| HSV(B) | 134.17º | 0.58% | 0.86% | - |
| XYZ | 33.68 | 54.94 | 27.57 | - |
| YUV | 170.97 | 100.92 | 72.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 123 | 0.58 | 0 | 0.44 | 0.14 | 134.17 | 0.64 | 0.61 |
| Hex | 5D | DC | 7B | 3A | 0 | 2C | E | 86 | 40 | 3D |
| Octal | 135 | 334 | 173 | 72 | 0 | 54 | 16 | 206 | 100 | 75 |
| Binary | 1011101 | 11011100 | 1111011 | 111010 | 0 | 101100 | 1110 | 10000110 | 1000000 | 111101 |
Color Harmonies of #5DDC7B
Complementary color
Monochromatic Colors of #5DDC7B
Black with #5DDC7B
Text Example
Text Example
White with #5DDC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC7B; }
p { color: rgb(93,220,123); }
H1.HeaderClassName
{
color: #5DDC7B;
}
.AnyTagClassName
{
color: #5DDC7B;
}
</style>
background-color css
<style>
a { background-color: #5DDC7B; }
a { background-color: rgb(93,220,123); }
div.DivClassName
{
background-color: #5DDC7B;
}
.BgClassName
{
background-color: #5DDC7B;
}
</style>
border-color css
<style>
span { border-color: #5DDC7B; }
span { border-color: rgb(93,220,123); }
td.TdClassName
{
border-color: #5DDC7B;
}
.TagClassName
{
border-color: #5DDC7B;
}
</style>