Shades of Emerald #3DD97C
Tints of Emerald #3DD97C
RGB
CMYK
RGB Variations
Color information
#3DD97C (or 0x3DD97C) is known color: Emerald. HEX triplet: 3D, D9 and 7C. RGB value is (61,217,124). Sum of RGB (Red+Green+Blue) = 61+217+124=402 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.17% from 402); Green value is 217 (85.16% from 255 or 53.98% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD97C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD97C is #C22683. Grayscale: #9F9F9F. Windows color (decimal): -12723844 or 8182077. OLE color: 8182077.
HSL color Cylindrical-coordinate representation of color #3DD97C: hue angle of 144.23º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD97C is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 124 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.15 |
| HSL | 144.23º | 0.67% | 0.55% | - |
| HSV(B) | 144.23º | 0.72% | 0.85% | - |
| XYZ | 30.38 | 52.07 | 27.52 | - |
| YUV | 159.75 | 107.82 | 57.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 124 | 0.72 | 0 | 0.43 | 0.15 | 144.23 | 0.67 | 0.55 |
| Hex | 3D | D9 | 7C | 48 | 0 | 2B | F | 90 | 43 | 37 |
| Octal | 75 | 331 | 174 | 110 | 0 | 53 | 17 | 220 | 103 | 67 |
| Binary | 111101 | 11011001 | 1111100 | 1001000 | 0 | 101011 | 1111 | 10010000 | 1000011 | 110111 |
Color Harmonies of #3DD97C
Complementary color
Monochromatic Colors of #3DD97C
Black with #3DD97C
Text Example
Text Example
White with #3DD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD97C; }
p { color: rgb(61,217,124); }
H1.HeaderClassName
{
color: #3DD97C;
}
.AnyTagClassName
{
color: #3DD97C;
}
</style>
background-color css
<style>
a { background-color: #3DD97C; }
a { background-color: rgb(61,217,124); }
div.DivClassName
{
background-color: #3DD97C;
}
.BgClassName
{
background-color: #3DD97C;
}
</style>
border-color css
<style>
span { border-color: #3DD97C; }
span { border-color: rgb(61,217,124); }
td.TdClassName
{
border-color: #3DD97C;
}
.TagClassName
{
border-color: #3DD97C;
}
</style>