Shades of Emerald #39DD5D
Tints of Emerald #39DD5D
RGB
CMYK
RGB Variations
Color information
#39DD5D (or 0x39DD5D) is known color: Emerald. HEX triplet: 39, DD and 5D. RGB value is (57,221,93). Sum of RGB (Red+Green+Blue) = 57+221+93=371 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.36% from 371); Green value is 221 (86.72% from 255 or 59.57% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 221 - color contains mainly: green. Hex color #39DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39DD5D is #C622A2. Grayscale: #9D9D9D. Windows color (decimal): -12984995 or 6151481. OLE color: 6151481.
HSL color Cylindrical-coordinate representation of color #39DD5D: hue angle of 133.17º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39DD5D is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 57 | 221 | 93 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.13 |
| HSL | 133.17º | 0.71% | 0.55% | - |
| HSV(B) | 133.17º | 0.74% | 0.87% | - |
| XYZ | 29.52 | 53.37 | 19.1 | - |
| YUV | 157.37 | 91.67 | 56.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 221 | 93 | 0.74 | 0 | 0.58 | 0.13 | 133.17 | 0.71 | 0.55 |
| Hex | 39 | DD | 5D | 4A | 0 | 3A | D | 85 | 47 | 37 |
| Octal | 71 | 335 | 135 | 112 | 0 | 72 | 15 | 205 | 107 | 67 |
| Binary | 111001 | 11011101 | 1011101 | 1001010 | 0 | 111010 | 1101 | 10000101 | 1000111 | 110111 |
Color Harmonies of #39DD5D
Complementary color
Monochromatic Colors of #39DD5D
Black with #39DD5D
Text Example
Text Example
White with #39DD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39DD5D; }
p { color: rgb(57,221,93); }
H1.HeaderClassName
{
color: #39DD5D;
}
.AnyTagClassName
{
color: #39DD5D;
}
</style>
background-color css
<style>
a { background-color: #39DD5D; }
a { background-color: rgb(57,221,93); }
div.DivClassName
{
background-color: #39DD5D;
}
.BgClassName
{
background-color: #39DD5D;
}
</style>
border-color css
<style>
span { border-color: #39DD5D; }
span { border-color: rgb(57,221,93); }
td.TdClassName
{
border-color: #39DD5D;
}
.TagClassName
{
border-color: #39DD5D;
}
</style>