Shades of Emerald #5DDA7F
Tints of Emerald #5DDA7F
RGB
CMYK
RGB Variations
Color information
#5DDA7F (or 0x5DDA7F) is known color: Emerald. HEX triplet: 5D, DA and 7F. RGB value is (93,218,127). Sum of RGB (Red+Green+Blue) = 93+218+127=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 218 (85.55% from 255 or 49.77% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 218 - color contains mainly: green. Hex color #5DDA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDA7F is #A22580. Grayscale: #AAAAAA. Windows color (decimal): -10626433 or 8378973. OLE color: 8378973.
HSL color Cylindrical-coordinate representation of color #5DDA7F: hue angle of 136.32º 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 #5DDA7F is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 93 | 218 | 127 | - |
| CMYK | 0.57 | 0 | 0.42 | 0.15 |
| HSL | 136.32º | 0.63% | 0.61% | - |
| HSV(B) | 136.32º | 0.57% | 0.85% | - |
| XYZ | 33.42 | 54 | 28.74 | - |
| YUV | 170.25 | 103.59 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 218 | 127 | 0.57 | 0 | 0.42 | 0.15 | 136.32 | 0.63 | 0.61 |
| Hex | 5D | DA | 7F | 39 | 0 | 2A | F | 88 | 3F | 3D |
| Octal | 135 | 332 | 177 | 71 | 0 | 52 | 17 | 210 | 77 | 75 |
| Binary | 1011101 | 11011010 | 1111111 | 111001 | 0 | 101010 | 1111 | 10001000 | 111111 | 111101 |
Color Harmonies of #5DDA7F
Complementary color
Monochromatic Colors of #5DDA7F
Black with #5DDA7F
Text Example
Text Example
White with #5DDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDA7F; }
p { color: rgb(93,218,127); }
H1.HeaderClassName
{
color: #5DDA7F;
}
.AnyTagClassName
{
color: #5DDA7F;
}
</style>
background-color css
<style>
a { background-color: #5DDA7F; }
a { background-color: rgb(93,218,127); }
div.DivClassName
{
background-color: #5DDA7F;
}
.BgClassName
{
background-color: #5DDA7F;
}
</style>
border-color css
<style>
span { border-color: #5DDA7F; }
span { border-color: rgb(93,218,127); }
td.TdClassName
{
border-color: #5DDA7F;
}
.TagClassName
{
border-color: #5DDA7F;
}
</style>