Shades of Emerald #5DDB7F
Tints of Emerald #5DDB7F
RGB
CMYK
RGB Variations
Color information
#5DDB7F (or 0x5DDB7F) is known color: Emerald. HEX triplet: 5D, DB and 7F. RGB value is (93,219,127). Sum of RGB (Red+Green+Blue) = 93+219+127=439 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.18% from 439); Green value is 219 (85.94% from 255 or 49.89% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDB7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDB7F is #A22480. Grayscale: #ABABAB. Windows color (decimal): -10626177 or 8379229. OLE color: 8379229.
HSL color Cylindrical-coordinate representation of color #5DDB7F: hue angle of 136.19º 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 #5DDB7F is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 93 | 219 | 127 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.14 |
| HSL | 136.19º | 0.64% | 0.61% | - |
| HSV(B) | 136.19º | 0.58% | 0.86% | - |
| XYZ | 33.68 | 54.52 | 28.83 | - |
| YUV | 170.84 | 103.26 | 72.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 219 | 127 | 0.58 | 0 | 0.42 | 0.14 | 136.19 | 0.64 | 0.61 |
| Hex | 5D | DB | 7F | 3A | 0 | 2A | E | 88 | 40 | 3D |
| Octal | 135 | 333 | 177 | 72 | 0 | 52 | 16 | 210 | 100 | 75 |
| Binary | 1011101 | 11011011 | 1111111 | 111010 | 0 | 101010 | 1110 | 10001000 | 1000000 | 111101 |
Color Harmonies of #5DDB7F
Complementary color
Monochromatic Colors of #5DDB7F
Black with #5DDB7F
Text Example
Text Example
White with #5DDB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDB7F; }
p { color: rgb(93,219,127); }
H1.HeaderClassName
{
color: #5DDB7F;
}
.AnyTagClassName
{
color: #5DDB7F;
}
</style>
background-color css
<style>
a { background-color: #5DDB7F; }
a { background-color: rgb(93,219,127); }
div.DivClassName
{
background-color: #5DDB7F;
}
.BgClassName
{
background-color: #5DDB7F;
}
</style>
border-color css
<style>
span { border-color: #5DDB7F; }
span { border-color: rgb(93,219,127); }
td.TdClassName
{
border-color: #5DDB7F;
}
.TagClassName
{
border-color: #5DDB7F;
}
</style>