Shades of Emerald #39D460
Tints of Emerald #39D460
RGB
CMYK
RGB Variations
Color information
#39D460 (or 0x39D460) is known color: Emerald. HEX triplet: 39, D4 and 60. RGB value is (57,212,96). Sum of RGB (Red+Green+Blue) = 57+212+96=365 (48% of max value = 765). Red value is 57 (22.66% from 255 or 15.62% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #39D460 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #39D460 is #C62B9F. Grayscale: #989898. Windows color (decimal): -12987296 or 6345785. OLE color: 6345785.
HSL color Cylindrical-coordinate representation of color #39D460: hue angle of 135.1º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D460 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 57 | 212 | 96 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.17 |
| HSL | 135.1º | 0.64% | 0.53% | - |
| HSV(B) | 135.1º | 0.73% | 0.83% | - |
| XYZ | 27.34 | 48.8 | 19.04 | - |
| YUV | 152.43 | 96.15 | 59.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 212 | 96 | 0.73 | 0 | 0.55 | 0.17 | 135.1 | 0.64 | 0.53 |
| Hex | 39 | D4 | 60 | 49 | 0 | 37 | 11 | 87 | 40 | 35 |
| Octal | 71 | 324 | 140 | 111 | 0 | 67 | 21 | 207 | 100 | 65 |
| Binary | 111001 | 11010100 | 1100000 | 1001001 | 0 | 110111 | 10001 | 10000111 | 1000000 | 110101 |
Color Harmonies of #39D460
Complementary color
Monochromatic Colors of #39D460
Black with #39D460
Text Example
Text Example
White with #39D460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D460; }
p { color: rgb(57,212,96); }
H1.HeaderClassName
{
color: #39D460;
}
.AnyTagClassName
{
color: #39D460;
}
</style>
background-color css
<style>
a { background-color: #39D460; }
a { background-color: rgb(57,212,96); }
div.DivClassName
{
background-color: #39D460;
}
.BgClassName
{
background-color: #39D460;
}
</style>
border-color css
<style>
span { border-color: #39D460; }
span { border-color: rgb(57,212,96); }
td.TdClassName
{
border-color: #39D460;
}
.TagClassName
{
border-color: #39D460;
}
</style>