Shades of Emerald #39D970
Tints of Emerald #39D970
RGB
CMYK
RGB Variations
Color information
#39D970 (or 0x39D970) is known color: Emerald. HEX triplet: 39, D9 and 70. RGB value is (57,217,112). Sum of RGB (Red+Green+Blue) = 57+217+112=386 (51% of max value = 765). Red value is 57 (22.66% from 255 or 14.77% from 386); Green value is 217 (85.16% from 255 or 56.22% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 217 - color contains mainly: green. Hex color #39D970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D970 is #C6268F. Grayscale: #9D9D9D. Windows color (decimal): -12986000 or 7395641. OLE color: 7395641.
HSL color Cylindrical-coordinate representation of color #39D970: hue angle of 140.62º 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 #39D970 is Cyan = 0.74, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 217 | 112 | - |
| CMYK | 0.74 | 0 | 0.48 | 0.15 |
| HSL | 140.63º | 0.68% | 0.54% | - |
| HSV(B) | 140.63º | 0.74% | 0.85% | - |
| XYZ | 29.42 | 51.67 | 23.75 | - |
| YUV | 157.19 | 102.49 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 217 | 112 | 0.74 | 0 | 0.48 | 0.15 | 140.63 | 0.68 | 0.54 |
| Hex | 39 | D9 | 70 | 4A | 0 | 30 | F | 8D | 44 | 36 |
| Octal | 71 | 331 | 160 | 112 | 0 | 60 | 17 | 215 | 104 | 66 |
| Binary | 111001 | 11011001 | 1110000 | 1001010 | 0 | 110000 | 1111 | 10001101 | 1000100 | 110110 |
Color Harmonies of #39D970
Complementary color
Monochromatic Colors of #39D970
Black with #39D970
Text Example
Text Example
White with #39D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D970; }
p { color: rgb(57,217,112); }
H1.HeaderClassName
{
color: #39D970;
}
.AnyTagClassName
{
color: #39D970;
}
</style>
background-color css
<style>
a { background-color: #39D970; }
a { background-color: rgb(57,217,112); }
div.DivClassName
{
background-color: #39D970;
}
.BgClassName
{
background-color: #39D970;
}
</style>
border-color css
<style>
span { border-color: #39D970; }
span { border-color: rgb(57,217,112); }
td.TdClassName
{
border-color: #39D970;
}
.TagClassName
{
border-color: #39D970;
}
</style>