Shades of Emerald #39D85A
Tints of Emerald #39D85A
RGB
CMYK
RGB Variations
Color information
#39D85A (or 0x39D85A) is known color: Emerald. HEX triplet: 39, D8 and 5A. RGB value is (57,216,90). Sum of RGB (Red+Green+Blue) = 57+216+90=363 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.70% from 363); Green value is 216 (84.77% from 255 or 59.50% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 216 - color contains mainly: green. Hex color #39D85A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D85A is #C627A5. Grayscale: #9A9A9A. Windows color (decimal): -12986278 or 5953593. OLE color: 5953593.
HSL color Cylindrical-coordinate representation of color #39D85A: hue angle of 132.45º degrees, saturation: 0.67, 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 #39D85A is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 57 | 216 | 90 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.15 |
| HSL | 132.45º | 0.67% | 0.54% | - |
| HSV(B) | 132.45º | 0.74% | 0.85% | - |
| XYZ | 28.09 | 50.72 | 17.98 | - |
| YUV | 154.1 | 91.82 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 216 | 90 | 0.74 | 0 | 0.58 | 0.15 | 132.45 | 0.67 | 0.54 |
| Hex | 39 | D8 | 5A | 4A | 0 | 3A | F | 84 | 43 | 36 |
| Octal | 71 | 330 | 132 | 112 | 0 | 72 | 17 | 204 | 103 | 66 |
| Binary | 111001 | 11011000 | 1011010 | 1001010 | 0 | 111010 | 1111 | 10000100 | 1000011 | 110110 |
Color Harmonies of #39D85A
Complementary color
Monochromatic Colors of #39D85A
Black with #39D85A
Text Example
Text Example
White with #39D85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D85A; }
p { color: rgb(57,216,90); }
H1.HeaderClassName
{
color: #39D85A;
}
.AnyTagClassName
{
color: #39D85A;
}
</style>
background-color css
<style>
a { background-color: #39D85A; }
a { background-color: rgb(57,216,90); }
div.DivClassName
{
background-color: #39D85A;
}
.BgClassName
{
background-color: #39D85A;
}
</style>
border-color css
<style>
span { border-color: #39D85A; }
span { border-color: rgb(57,216,90); }
td.TdClassName
{
border-color: #39D85A;
}
.TagClassName
{
border-color: #39D85A;
}
</style>