Shades of Emerald #3DD079
Tints of Emerald #3DD079
RGB
CMYK
RGB Variations
Color information
#3DD079 (or 0x3DD079) is known color: Emerald. HEX triplet: 3D, D0 and 79. RGB value is (61,208,121). Sum of RGB (Red+Green+Blue) = 61+208+121=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD079 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD079 is #C22F86. Grayscale: #9A9A9A. Windows color (decimal): -12726151 or 7983165. OLE color: 7983165.
HSL color Cylindrical-coordinate representation of color #3DD079: hue angle of 144.49º 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 #3DD079 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 121 | - |
| CMYK | 0.71 | 0 | 0.42 | 0.18 |
| HSL | 144.49º | 0.61% | 0.53% | - |
| HSV(B) | 144.49º | 0.71% | 0.82% | - |
| XYZ | 27.93 | 47.48 | 25.78 | - |
| YUV | 154.13 | 109.3 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 121 | 0.71 | 0 | 0.42 | 0.18 | 144.49 | 0.61 | 0.53 |
| Hex | 3D | D0 | 79 | 47 | 0 | 2A | 12 | 90 | 3D | 35 |
| Octal | 75 | 320 | 171 | 107 | 0 | 52 | 22 | 220 | 75 | 65 |
| Binary | 111101 | 11010000 | 1111001 | 1000111 | 0 | 101010 | 10010 | 10010000 | 111101 | 110101 |
Color Harmonies of #3DD079
Complementary color
Monochromatic Colors of #3DD079
Black with #3DD079
Text Example
Text Example
White with #3DD079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD079; }
p { color: rgb(61,208,121); }
H1.HeaderClassName
{
color: #3DD079;
}
.AnyTagClassName
{
color: #3DD079;
}
</style>
background-color css
<style>
a { background-color: #3DD079; }
a { background-color: rgb(61,208,121); }
div.DivClassName
{
background-color: #3DD079;
}
.BgClassName
{
background-color: #3DD079;
}
</style>
border-color css
<style>
span { border-color: #3DD079; }
span { border-color: rgb(61,208,121); }
td.TdClassName
{
border-color: #3DD079;
}
.TagClassName
{
border-color: #3DD079;
}
</style>