Shades of Emerald #5DDC79
Tints of Emerald #5DDC79
RGB
CMYK
RGB Variations
Color information
#5DDC79 (or 0x5DDC79) is known color: Emerald. HEX triplet: 5D, DC and 79. RGB value is (93,220,121). Sum of RGB (Red+Green+Blue) = 93+220+121=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 121 (47.66% from 255 or 27.88% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #5DDC79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDC79 is #A22386. Grayscale: #ABABAB. Windows color (decimal): -10625927 or 7986269. OLE color: 7986269.
HSL color Cylindrical-coordinate representation of color #5DDC79: hue angle of 133.23º 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 #5DDC79 is Cyan = 0.58, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 220 | 121 | - |
| CMYK | 0.58 | 0 | 0.45 | 0.14 |
| HSL | 133.23º | 0.64% | 0.61% | - |
| HSV(B) | 133.23º | 0.58% | 0.86% | - |
| XYZ | 33.56 | 54.89 | 26.92 | - |
| YUV | 170.74 | 99.92 | 72.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 220 | 121 | 0.58 | 0 | 0.45 | 0.14 | 133.23 | 0.64 | 0.61 |
| Hex | 5D | DC | 79 | 3A | 0 | 2D | E | 85 | 40 | 3D |
| Octal | 135 | 334 | 171 | 72 | 0 | 55 | 16 | 205 | 100 | 75 |
| Binary | 1011101 | 11011100 | 1111001 | 111010 | 0 | 101101 | 1110 | 10000101 | 1000000 | 111101 |
Color Harmonies of #5DDC79
Complementary color
Monochromatic Colors of #5DDC79
Black with #5DDC79
Text Example
Text Example
White with #5DDC79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDC79; }
p { color: rgb(93,220,121); }
H1.HeaderClassName
{
color: #5DDC79;
}
.AnyTagClassName
{
color: #5DDC79;
}
</style>
background-color css
<style>
a { background-color: #5DDC79; }
a { background-color: rgb(93,220,121); }
div.DivClassName
{
background-color: #5DDC79;
}
.BgClassName
{
background-color: #5DDC79;
}
</style>
border-color css
<style>
span { border-color: #5DDC79; }
span { border-color: rgb(93,220,121); }
td.TdClassName
{
border-color: #5DDC79;
}
.TagClassName
{
border-color: #5DDC79;
}
</style>