Shades of Emerald #39D982
Tints of Emerald #39D982
RGB
CMYK
RGB Variations
Color information
#39D982 (or 0x39D982) is known color: Emerald. HEX triplet: 39, D9 and 82. RGB value is (57,217,130). Sum of RGB (Red+Green+Blue) = 57+217+130=404 (53% of max value = 765). Red value is 57 (22.66% from 255 or 14.11% from 404); Green value is 217 (85.16% from 255 or 53.71% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 217 - color contains mainly: green. Hex color #39D982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D982 is #C6267D. Grayscale: #9F9F9F. Windows color (decimal): -12985982 or 8575289. OLE color: 8575289.
HSL color Cylindrical-coordinate representation of color #39D982: hue angle of 147.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #39D982 is Cyan = 0.74, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 130 | - |
| CMYK | 0.74 | 0 | 0.40 | 0.15 |
| HSL | 147.38º | 0.68% | 0.54% | - |
| HSV(B) | 147.38º | 0.74% | 0.85% | - |
| XYZ | 30.53 | 52.11 | 29.57 | - |
| YUV | 159.24 | 111.49 | 55.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 130 | 0.74 | 0 | 0.40 | 0.15 | 147.38 | 0.68 | 0.54 |
| Hex | 39 | D9 | 82 | 4A | 0 | 28 | F | 93 | 44 | 36 |
| Octal | 71 | 331 | 202 | 112 | 0 | 50 | 17 | 223 | 104 | 66 |
| Binary | 111001 | 11011001 | 10000010 | 1001010 | 0 | 101000 | 1111 | 10010011 | 1000100 | 110110 |
Color Harmonies of #39D982
Complementary color
Monochromatic Colors of #39D982
Black with #39D982
Text Example
Text Example
White with #39D982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D982; }
p { color: rgb(57,217,130); }
H1.HeaderClassName
{
color: #39D982;
}
.AnyTagClassName
{
color: #39D982;
}
</style>
background-color css
<style>
a { background-color: #39D982; }
a { background-color: rgb(57,217,130); }
div.DivClassName
{
background-color: #39D982;
}
.BgClassName
{
background-color: #39D982;
}
</style>
border-color css
<style>
span { border-color: #39D982; }
span { border-color: rgb(57,217,130); }
td.TdClassName
{
border-color: #39D982;
}
.TagClassName
{
border-color: #39D982;
}
</style>