Shades of Emerald #3DD97F
Tints of Emerald #3DD97F
RGB
CMYK
RGB Variations
Color information
#3DD97F (or 0x3DD97F) is known color: Emerald. HEX triplet: 3D, D9 and 7F. RGB value is (61,217,127). Sum of RGB (Red+Green+Blue) = 61+217+127=405 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.06% from 405); Green value is 217 (85.16% from 255 or 53.58% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD97F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD97F is #C22680. Grayscale: #A0A0A0. Windows color (decimal): -12723841 or 8378685. OLE color: 8378685.
HSL color Cylindrical-coordinate representation of color #3DD97F: hue angle of 145.38º 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 #3DD97F is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 127 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.15 |
| HSL | 145.38º | 0.67% | 0.55% | - |
| HSV(B) | 145.38º | 0.72% | 0.85% | - |
| XYZ | 30.57 | 52.15 | 28.53 | - |
| YUV | 160.1 | 109.32 | 57.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 127 | 0.72 | 0 | 0.41 | 0.15 | 145.38 | 0.67 | 0.55 |
| Hex | 3D | D9 | 7F | 48 | 0 | 29 | F | 91 | 43 | 37 |
| Octal | 75 | 331 | 177 | 110 | 0 | 51 | 17 | 221 | 103 | 67 |
| Binary | 111101 | 11011001 | 1111111 | 1001000 | 0 | 101001 | 1111 | 10010001 | 1000011 | 110111 |
Color Harmonies of #3DD97F
Complementary color
Monochromatic Colors of #3DD97F
Black with #3DD97F
Text Example
Text Example
White with #3DD97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD97F; }
p { color: rgb(61,217,127); }
H1.HeaderClassName
{
color: #3DD97F;
}
.AnyTagClassName
{
color: #3DD97F;
}
</style>
background-color css
<style>
a { background-color: #3DD97F; }
a { background-color: rgb(61,217,127); }
div.DivClassName
{
background-color: #3DD97F;
}
.BgClassName
{
background-color: #3DD97F;
}
</style>
border-color css
<style>
span { border-color: #3DD97F; }
span { border-color: rgb(61,217,127); }
td.TdClassName
{
border-color: #3DD97F;
}
.TagClassName
{
border-color: #3DD97F;
}
</style>