Shades of Emerald #3DD86D
Tints of Emerald #3DD86D
RGB
CMYK
RGB Variations
Color information
#3DD86D (or 0x3DD86D) is known color: Emerald. HEX triplet: 3D, D8 and 6D. RGB value is (61,216,109). Sum of RGB (Red+Green+Blue) = 61+216+109=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD86D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD86D is #C22792. Grayscale: #9D9D9D. Windows color (decimal): -12724115 or 7198781. OLE color: 7198781.
HSL color Cylindrical-coordinate representation of color #3DD86D: hue angle of 138.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD86D is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 109 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.15 |
| HSL | 138.58º | 0.67% | 0.54% | - |
| HSV(B) | 138.58º | 0.72% | 0.85% | - |
| XYZ | 29.24 | 51.21 | 22.81 | - |
| YUV | 157.46 | 100.65 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 109 | 0.72 | 0 | 0.50 | 0.15 | 138.58 | 0.67 | 0.54 |
| Hex | 3D | D8 | 6D | 48 | 0 | 32 | F | 8B | 43 | 36 |
| Octal | 75 | 330 | 155 | 110 | 0 | 62 | 17 | 213 | 103 | 66 |
| Binary | 111101 | 11011000 | 1101101 | 1001000 | 0 | 110010 | 1111 | 10001011 | 1000011 | 110110 |
Color Harmonies of #3DD86D
Complementary color
Monochromatic Colors of #3DD86D
Black with #3DD86D
Text Example
Text Example
White with #3DD86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD86D; }
p { color: rgb(61,216,109); }
H1.HeaderClassName
{
color: #3DD86D;
}
.AnyTagClassName
{
color: #3DD86D;
}
</style>
background-color css
<style>
a { background-color: #3DD86D; }
a { background-color: rgb(61,216,109); }
div.DivClassName
{
background-color: #3DD86D;
}
.BgClassName
{
background-color: #3DD86D;
}
</style>
border-color css
<style>
span { border-color: #3DD86D; }
span { border-color: rgb(61,216,109); }
td.TdClassName
{
border-color: #3DD86D;
}
.TagClassName
{
border-color: #3DD86D;
}
</style>