Shades of Emerald #3DD978
Tints of Emerald #3DD978
RGB
CMYK
RGB Variations
Color information
#3DD978 (or 0x3DD978) is known color: Emerald. HEX triplet: 3D, D9 and 78. RGB value is (61,217,120). Sum of RGB (Red+Green+Blue) = 61+217+120=398 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.33% from 398); Green value is 217 (85.16% from 255 or 54.52% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD978 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD978 is #C22687. Grayscale: #9F9F9F. Windows color (decimal): -12723848 or 7919933. OLE color: 7919933.
HSL color Cylindrical-coordinate representation of color #3DD978: hue angle of 142.69º 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 #3DD978 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 217 | 120 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.15 |
| HSL | 142.69º | 0.67% | 0.55% | - |
| HSV(B) | 142.69º | 0.72% | 0.85% | - |
| XYZ | 30.13 | 51.97 | 26.21 | - |
| YUV | 159.3 | 105.82 | 57.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 217 | 120 | 0.72 | 0 | 0.45 | 0.15 | 142.69 | 0.67 | 0.55 |
| Hex | 3D | D9 | 78 | 48 | 0 | 2D | F | 8F | 43 | 37 |
| Octal | 75 | 331 | 170 | 110 | 0 | 55 | 17 | 217 | 103 | 67 |
| Binary | 111101 | 11011001 | 1111000 | 1001000 | 0 | 101101 | 1111 | 10001111 | 1000011 | 110111 |
Color Harmonies of #3DD978
Complementary color
Monochromatic Colors of #3DD978
Black with #3DD978
Text Example
Text Example
White with #3DD978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD978; }
p { color: rgb(61,217,120); }
H1.HeaderClassName
{
color: #3DD978;
}
.AnyTagClassName
{
color: #3DD978;
}
</style>
background-color css
<style>
a { background-color: #3DD978; }
a { background-color: rgb(61,217,120); }
div.DivClassName
{
background-color: #3DD978;
}
.BgClassName
{
background-color: #3DD978;
}
</style>
border-color css
<style>
span { border-color: #3DD978; }
span { border-color: rgb(61,217,120); }
td.TdClassName
{
border-color: #3DD978;
}
.TagClassName
{
border-color: #3DD978;
}
</style>