Shades of Emerald #3DD06D
Tints of Emerald #3DD06D
RGB
CMYK
RGB Variations
Color information
#3DD06D (or 0x3DD06D) is known color: Emerald. HEX triplet: 3D, D0 and 6D. RGB value is (61,208,109). Sum of RGB (Red+Green+Blue) = 61+208+109=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 208 (81.64% from 255 or 55.03% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD06D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD06D is #C22F92. Grayscale: #999999. Windows color (decimal): -12726163 or 7196733. OLE color: 7196733.
HSL color Cylindrical-coordinate representation of color #3DD06D: hue angle of 139.59º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD06D is Cyan = 0.71, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 109 | - |
| CMYK | 0.71 | 0 | 0.48 | 0.18 |
| HSL | 139.59º | 0.61% | 0.53% | - |
| HSV(B) | 139.59º | 0.71% | 0.82% | - |
| XYZ | 27.24 | 47.21 | 22.14 | - |
| YUV | 152.76 | 103.3 | 62.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 109 | 0.71 | 0 | 0.48 | 0.18 | 139.59 | 0.61 | 0.53 |
| Hex | 3D | D0 | 6D | 47 | 0 | 30 | 12 | 8C | 3D | 35 |
| Octal | 75 | 320 | 155 | 107 | 0 | 60 | 22 | 214 | 75 | 65 |
| Binary | 111101 | 11010000 | 1101101 | 1000111 | 0 | 110000 | 10010 | 10001100 | 111101 | 110101 |
Color Harmonies of #3DD06D
Complementary color
Monochromatic Colors of #3DD06D
Black with #3DD06D
Text Example
Text Example
White with #3DD06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD06D; }
p { color: rgb(61,208,109); }
H1.HeaderClassName
{
color: #3DD06D;
}
.AnyTagClassName
{
color: #3DD06D;
}
</style>
background-color css
<style>
a { background-color: #3DD06D; }
a { background-color: rgb(61,208,109); }
div.DivClassName
{
background-color: #3DD06D;
}
.BgClassName
{
background-color: #3DD06D;
}
</style>
border-color css
<style>
span { border-color: #3DD06D; }
span { border-color: rgb(61,208,109); }
td.TdClassName
{
border-color: #3DD06D;
}
.TagClassName
{
border-color: #3DD06D;
}
</style>