Shades of Emerald #5DDA6F
Tints of Emerald #5DDA6F
RGB
CMYK
RGB Variations
Color information
#5DDA6F (or 0x5DDA6F) is known color: Emerald. HEX triplet: 5D, DA and 6F. RGB value is (93,218,111). Sum of RGB (Red+Green+Blue) = 93+218+111=422 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.04% from 422); Green value is 218 (85.55% from 255 or 51.66% from 422); Blue value is 111 (43.75% from 255 or 26.30% from 422); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDA6F is #A22590. Grayscale: #A8A8A8. Windows color (decimal): -10626449 or 7330397. OLE color: 7330397.
HSL color Cylindrical-coordinate representation of color #5DDA6F: hue angle of 128.64º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5DDA6F is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 111 | - |
| CMYK | 0.57 | 0 | 0.49 | 0.15 |
| HSL | 128.64º | 0.63% | 0.61% | - |
| HSV(B) | 128.64º | 0.57% | 0.85% | - |
| XYZ | 32.45 | 53.62 | 23.68 | - |
| YUV | 168.43 | 95.59 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 111 | 0.57 | 0 | 0.49 | 0.15 | 128.64 | 0.63 | 0.61 |
| Hex | 5D | DA | 6F | 39 | 0 | 31 | F | 81 | 3F | 3D |
| Octal | 135 | 332 | 157 | 71 | 0 | 61 | 17 | 201 | 77 | 75 |
| Binary | 1011101 | 11011010 | 1101111 | 111001 | 0 | 110001 | 1111 | 10000001 | 111111 | 111101 |
Color Harmonies of #5DDA6F
Complementary color
Monochromatic Colors of #5DDA6F
Black with #5DDA6F
Text Example
Text Example
White with #5DDA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA6F; }
p { color: rgb(93,218,111); }
H1.HeaderClassName
{
color: #5DDA6F;
}
.AnyTagClassName
{
color: #5DDA6F;
}
</style>
background-color css
<style>
a { background-color: #5DDA6F; }
a { background-color: rgb(93,218,111); }
div.DivClassName
{
background-color: #5DDA6F;
}
.BgClassName
{
background-color: #5DDA6F;
}
</style>
border-color css
<style>
span { border-color: #5DDA6F; }
span { border-color: rgb(93,218,111); }
td.TdClassName
{
border-color: #5DDA6F;
}
.TagClassName
{
border-color: #5DDA6F;
}
</style>