Shades of Emerald #39D077
Tints of Emerald #39D077
RGB
CMYK
RGB Variations
Color information
#39D077 (or 0x39D077) is known color: Emerald. HEX triplet: 39, D0 and 77. RGB value is (57,208,119). Sum of RGB (Red+Green+Blue) = 57+208+119=384 (50% of max value = 765). Red value is 57 (22.66% from 255 or 14.84% from 384); Green value is 208 (81.64% from 255 or 54.17% from 384); Blue value is 119 (46.88% from 255 or 30.99% from 384); Max value from RGB is 208 - color contains mainly: green. Hex color #39D077 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D077 is #C62F88. Grayscale: #989898. Windows color (decimal): -12988297 or 7852089. OLE color: 7852089.
HSL color Cylindrical-coordinate representation of color #39D077: hue angle of 144.64º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D077 is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 208 | 119 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.18 |
| HSL | 144.64º | 0.62% | 0.52% | - |
| HSV(B) | 144.64º | 0.73% | 0.82% | - |
| XYZ | 27.57 | 47.31 | 25.13 | - |
| YUV | 152.71 | 108.97 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 208 | 119 | 0.73 | 0 | 0.43 | 0.18 | 144.64 | 0.62 | 0.52 |
| Hex | 39 | D0 | 77 | 49 | 0 | 2B | 12 | 91 | 3E | 34 |
| Octal | 71 | 320 | 167 | 111 | 0 | 53 | 22 | 221 | 76 | 64 |
| Binary | 111001 | 11010000 | 1110111 | 1001001 | 0 | 101011 | 10010 | 10010001 | 111110 | 110100 |
Color Harmonies of #39D077
Complementary color
Monochromatic Colors of #39D077
Black with #39D077
Text Example
Text Example
White with #39D077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D077; }
p { color: rgb(57,208,119); }
H1.HeaderClassName
{
color: #39D077;
}
.AnyTagClassName
{
color: #39D077;
}
</style>
background-color css
<style>
a { background-color: #39D077; }
a { background-color: rgb(57,208,119); }
div.DivClassName
{
background-color: #39D077;
}
.BgClassName
{
background-color: #39D077;
}
</style>
border-color css
<style>
span { border-color: #39D077; }
span { border-color: rgb(57,208,119); }
td.TdClassName
{
border-color: #39D077;
}
.TagClassName
{
border-color: #39D077;
}
</style>