Shades of Emerald #5DDF76
Tints of Emerald #5DDF76
RGB
CMYK
RGB Variations
Color information
#5DDF76 (or 0x5DDF76) is known color: Emerald. HEX triplet: 5D, DF and 76. RGB value is (93,223,118). Sum of RGB (Red+Green+Blue) = 93+223+118=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #5DDF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5DDF76 is #A22089. Grayscale: #ACACAC. Windows color (decimal): -10625162 or 7790429. OLE color: 7790429.
HSL color Cylindrical-coordinate representation of color #5DDF76: hue angle of 131.54º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDF76 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 93 | 223 | 118 | - |
| CMYK | 0.58 | 0 | 0.47 | 0.13 |
| HSL | 131.54º | 0.67% | 0.62% | - |
| HSV(B) | 131.54º | 0.58% | 0.87% | - |
| XYZ | 34.17 | 56.41 | 26.23 | - |
| YUV | 172.16 | 97.43 | 71.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 223 | 118 | 0.58 | 0 | 0.47 | 0.13 | 131.54 | 0.67 | 0.62 |
| Hex | 5D | DF | 76 | 3A | 0 | 2F | D | 84 | 43 | 3E |
| Octal | 135 | 337 | 166 | 72 | 0 | 57 | 15 | 204 | 103 | 76 |
| Binary | 1011101 | 11011111 | 1110110 | 111010 | 0 | 101111 | 1101 | 10000100 | 1000011 | 111110 |
Color Harmonies of #5DDF76
Complementary color
Monochromatic Colors of #5DDF76
Black with #5DDF76
Text Example
Text Example
White with #5DDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DDF76; }
p { color: rgb(93,223,118); }
H1.HeaderClassName
{
color: #5DDF76;
}
.AnyTagClassName
{
color: #5DDF76;
}
</style>
background-color css
<style>
a { background-color: #5DDF76; }
a { background-color: rgb(93,223,118); }
div.DivClassName
{
background-color: #5DDF76;
}
.BgClassName
{
background-color: #5DDF76;
}
</style>
border-color css
<style>
span { border-color: #5DDF76; }
span { border-color: rgb(93,223,118); }
td.TdClassName
{
border-color: #5DDF76;
}
.TagClassName
{
border-color: #5DDF76;
}
</style>