Shades of Emerald #3DED86
Tints of Emerald #3DED86
RGB
CMYK
RGB Variations
Color information
#3DED86 (or 0x3DED86) is known color: Emerald. HEX triplet: 3D, ED and 86. RGB value is (61,237,134). Sum of RGB (Red+Green+Blue) = 61+237+134=432 (57% of max value = 765). Red value is 61 (24.22% from 255 or 14.12% from 432); Green value is 237 (92.97% from 255 or 54.86% from 432); Blue value is 134 (52.73% from 255 or 31.02% from 432); Max value from RGB is 237 - color contains mainly: green. Hex color #3DED86 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DED86 is #C21279. Grayscale: #ACACAC. Windows color (decimal): -12718714 or 8842557. OLE color: 8842557.
HSL color Cylindrical-coordinate representation of color #3DED86: hue angle of 144.89º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DED86 is Cyan = 0.74, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 237 | 134 | - |
| CMYK | 0.74 | 0 | 0.43 | 0.07 |
| HSL | 144.89º | 0.83% | 0.58% | - |
| HSV(B) | 144.89º | 0.74% | 0.93% | - |
| XYZ | 36.51 | 63.28 | 32.84 | - |
| YUV | 172.63 | 106.19 | 48.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 237 | 134 | 0.74 | 0 | 0.43 | 0.07 | 144.89 | 0.83 | 0.58 |
| Hex | 3D | ED | 86 | 4A | 0 | 2B | 7 | 91 | 53 | 3A |
| Octal | 75 | 355 | 206 | 112 | 0 | 53 | 7 | 221 | 123 | 72 |
| Binary | 111101 | 11101101 | 10000110 | 1001010 | 0 | 101011 | 111 | 10010001 | 1010011 | 111010 |
Color Harmonies of #3DED86
Complementary color
Monochromatic Colors of #3DED86
Black with #3DED86
Text Example
Text Example
White with #3DED86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DED86; }
p { color: rgb(61,237,134); }
H1.HeaderClassName
{
color: #3DED86;
}
.AnyTagClassName
{
color: #3DED86;
}
</style>
background-color css
<style>
a { background-color: #3DED86; }
a { background-color: rgb(61,237,134); }
div.DivClassName
{
background-color: #3DED86;
}
.BgClassName
{
background-color: #3DED86;
}
</style>
border-color css
<style>
span { border-color: #3DED86; }
span { border-color: rgb(61,237,134); }
td.TdClassName
{
border-color: #3DED86;
}
.TagClassName
{
border-color: #3DED86;
}
</style>