Shades of Emerald #5DD681
Tints of Emerald #5DD681
RGB
CMYK
RGB Variations
Color information
#5DD681 (or 0x5DD681) is known color: Emerald. HEX triplet: 5D, D6 and 81. RGB value is (93,214,129). Sum of RGB (Red+Green+Blue) = 93+214+129=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD681 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD681 is #A2297E. Grayscale: #A8A8A8. Windows color (decimal): -10627455 or 8509021. OLE color: 8509021.
HSL color Cylindrical-coordinate representation of color #5DD681: hue angle of 137.85º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DD681 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 93 | 214 | 129 | - |
| CMYK | 0.57 | 0 | 0.40 | 0.16 |
| HSL | 137.85º | 0.6% | 0.6% | - |
| HSV(B) | 137.85º | 0.57% | 0.84% | - |
| XYZ | 32.52 | 52.01 | 29.09 | - |
| YUV | 168.13 | 105.91 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 214 | 129 | 0.57 | 0 | 0.40 | 0.16 | 137.85 | 0.6 | 0.6 |
| Hex | 5D | D6 | 81 | 39 | 0 | 28 | 10 | 8A | 3C | 3C |
| Octal | 135 | 326 | 201 | 71 | 0 | 50 | 20 | 212 | 74 | 74 |
| Binary | 1011101 | 11010110 | 10000001 | 111001 | 0 | 101000 | 10000 | 10001010 | 111100 | 111100 |
Color Harmonies of #5DD681
Complementary color
Monochromatic Colors of #5DD681
Black with #5DD681
Text Example
Text Example
White with #5DD681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DD681; }
p { color: rgb(93,214,129); }
H1.HeaderClassName
{
color: #5DD681;
}
.AnyTagClassName
{
color: #5DD681;
}
</style>
background-color css
<style>
a { background-color: #5DD681; }
a { background-color: rgb(93,214,129); }
div.DivClassName
{
background-color: #5DD681;
}
.BgClassName
{
background-color: #5DD681;
}
</style>
border-color css
<style>
span { border-color: #5DD681; }
span { border-color: rgb(93,214,129); }
td.TdClassName
{
border-color: #5DD681;
}
.TagClassName
{
border-color: #5DD681;
}
</style>