Shades of Emerald #3DD77D
Tints of Emerald #3DD77D
RGB
CMYK
RGB Variations
Color information
#3DD77D (or 0x3DD77D) is known color: Emerald. HEX triplet: 3D, D7 and 7D. RGB value is (61,215,125). Sum of RGB (Red+Green+Blue) = 61+215+125=401 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.21% from 401); Green value is 215 (84.38% from 255 or 53.62% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 215 - color contains mainly: green. Hex color #3DD77D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD77D is #C22882. Grayscale: #9E9E9E. Windows color (decimal): -12724355 or 8247101. OLE color: 8247101.
HSL color Cylindrical-coordinate representation of color #3DD77D: hue angle of 144.94º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD77D is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 215 | 125 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.16 |
| HSL | 144.94º | 0.66% | 0.54% | - |
| HSV(B) | 144.94º | 0.72% | 0.84% | - |
| XYZ | 29.93 | 51.07 | 27.68 | - |
| YUV | 158.69 | 108.98 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 215 | 125 | 0.72 | 0 | 0.42 | 0.16 | 144.94 | 0.66 | 0.54 |
| Hex | 3D | D7 | 7D | 48 | 0 | 2A | 10 | 91 | 42 | 36 |
| Octal | 75 | 327 | 175 | 110 | 0 | 52 | 20 | 221 | 102 | 66 |
| Binary | 111101 | 11010111 | 1111101 | 1001000 | 0 | 101010 | 10000 | 10010001 | 1000010 | 110110 |
Color Harmonies of #3DD77D
Complementary color
Monochromatic Colors of #3DD77D
Black with #3DD77D
Text Example
Text Example
White with #3DD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD77D; }
p { color: rgb(61,215,125); }
H1.HeaderClassName
{
color: #3DD77D;
}
.AnyTagClassName
{
color: #3DD77D;
}
</style>
background-color css
<style>
a { background-color: #3DD77D; }
a { background-color: rgb(61,215,125); }
div.DivClassName
{
background-color: #3DD77D;
}
.BgClassName
{
background-color: #3DD77D;
}
</style>
border-color css
<style>
span { border-color: #3DD77D; }
span { border-color: rgb(61,215,125); }
td.TdClassName
{
border-color: #3DD77D;
}
.TagClassName
{
border-color: #3DD77D;
}
</style>