Shades of Emerald #39D680
Tints of Emerald #39D680
RGB
CMYK
RGB Variations
Color information
#39D680 (or 0x39D680) is known color: Emerald. HEX triplet: 39, D6 and 80. RGB value is (57,214,128). Sum of RGB (Red+Green+Blue) = 57+214+128=399 (52% of max value = 765). Red value is 57 (22.66% from 255 or 14.29% from 399); Green value is 214 (83.98% from 255 or 53.63% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 214 - color contains mainly: green. Hex color #39D680 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #39D680 is #C6297F. Grayscale: #9D9D9D. Windows color (decimal): -12986752 or 8443449. OLE color: 8443449.
HSL color Cylindrical-coordinate representation of color #39D680: hue angle of 147.13º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D680 is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 57 | 214 | 128 | - |
| CMYK | 0.73 | 0 | 0.40 | 0.16 |
| HSL | 147.13º | 0.66% | 0.53% | - |
| HSV(B) | 147.13º | 0.73% | 0.84% | - |
| XYZ | 29.63 | 50.52 | 28.61 | - |
| YUV | 157.25 | 111.49 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 214 | 128 | 0.73 | 0 | 0.40 | 0.16 | 147.13 | 0.66 | 0.53 |
| Hex | 39 | D6 | 80 | 49 | 0 | 28 | 10 | 93 | 42 | 35 |
| Octal | 71 | 326 | 200 | 111 | 0 | 50 | 20 | 223 | 102 | 65 |
| Binary | 111001 | 11010110 | 10000000 | 1001001 | 0 | 101000 | 10000 | 10010011 | 1000010 | 110101 |
Color Harmonies of #39D680
Complementary color
Monochromatic Colors of #39D680
Black with #39D680
Text Example
Text Example
White with #39D680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D680; }
p { color: rgb(57,214,128); }
H1.HeaderClassName
{
color: #39D680;
}
.AnyTagClassName
{
color: #39D680;
}
</style>
background-color css
<style>
a { background-color: #39D680; }
a { background-color: rgb(57,214,128); }
div.DivClassName
{
background-color: #39D680;
}
.BgClassName
{
background-color: #39D680;
}
</style>
border-color css
<style>
span { border-color: #39D680; }
span { border-color: rgb(57,214,128); }
td.TdClassName
{
border-color: #39D680;
}
.TagClassName
{
border-color: #39D680;
}
</style>