Shades of Emerald #3DD07C
Tints of Emerald #3DD07C
RGB
CMYK
RGB Variations
Color information
#3DD07C (or 0x3DD07C) is known color: Emerald. HEX triplet: 3D, D0 and 7C. RGB value is (61,208,124). Sum of RGB (Red+Green+Blue) = 61+208+124=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 208 (81.64% from 255 or 52.93% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD07C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD07C is #C22F83. Grayscale: #9A9A9A. Windows color (decimal): -12726148 or 8179773. OLE color: 8179773.
HSL color Cylindrical-coordinate representation of color #3DD07C: hue angle of 145.71º 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 #3DD07C is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 124 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.18 |
| HSL | 145.71º | 0.61% | 0.53% | - |
| HSV(B) | 145.71º | 0.71% | 0.82% | - |
| XYZ | 28.12 | 47.56 | 26.77 | - |
| YUV | 154.47 | 110.8 | 61.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 124 | 0.71 | 0 | 0.40 | 0.18 | 145.71 | 0.61 | 0.53 |
| Hex | 3D | D0 | 7C | 47 | 0 | 28 | 12 | 92 | 3D | 35 |
| Octal | 75 | 320 | 174 | 107 | 0 | 50 | 22 | 222 | 75 | 65 |
| Binary | 111101 | 11010000 | 1111100 | 1000111 | 0 | 101000 | 10010 | 10010010 | 111101 | 110101 |
Color Harmonies of #3DD07C
Complementary color
Monochromatic Colors of #3DD07C
Black with #3DD07C
Text Example
Text Example
White with #3DD07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD07C; }
p { color: rgb(61,208,124); }
H1.HeaderClassName
{
color: #3DD07C;
}
.AnyTagClassName
{
color: #3DD07C;
}
</style>
background-color css
<style>
a { background-color: #3DD07C; }
a { background-color: rgb(61,208,124); }
div.DivClassName
{
background-color: #3DD07C;
}
.BgClassName
{
background-color: #3DD07C;
}
</style>
border-color css
<style>
span { border-color: #3DD07C; }
span { border-color: rgb(61,208,124); }
td.TdClassName
{
border-color: #3DD07C;
}
.TagClassName
{
border-color: #3DD07C;
}
</style>