Shades of Emerald #3DDD78
Tints of Emerald #3DDD78
RGB
CMYK
RGB Variations
Color information
#3DDD78 (or 0x3DDD78) is known color: Emerald. HEX triplet: 3D, DD and 78. RGB value is (61,221,120). Sum of RGB (Red+Green+Blue) = 61+221+120=402 (53% of max value = 765). Red value is 61 (24.22% from 255 or 15.17% from 402); Green value is 221 (86.72% from 255 or 54.98% from 402); Blue value is 120 (47.27% from 255 or 29.85% from 402); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD78 is #C22287. Grayscale: #A1A1A1. Windows color (decimal): -12722824 or 7920957. OLE color: 7920957.
HSL color Cylindrical-coordinate representation of color #3DDD78: hue angle of 142.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDD78 is Cyan = 0.72, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 120 | - |
| CMYK | 0.72 | 0 | 0.46 | 0.13 |
| HSL | 142.13º | 0.7% | 0.55% | - |
| HSV(B) | 142.13º | 0.72% | 0.87% | - |
| XYZ | 31.17 | 54.06 | 26.56 | - |
| YUV | 161.65 | 104.49 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 120 | 0.72 | 0 | 0.46 | 0.13 | 142.13 | 0.7 | 0.55 |
| Hex | 3D | DD | 78 | 48 | 0 | 2E | D | 8E | 46 | 37 |
| Octal | 75 | 335 | 170 | 110 | 0 | 56 | 15 | 216 | 106 | 67 |
| Binary | 111101 | 11011101 | 1111000 | 1001000 | 0 | 101110 | 1101 | 10001110 | 1000110 | 110111 |
Color Harmonies of #3DDD78
Complementary color
Monochromatic Colors of #3DDD78
Black with #3DDD78
Text Example
Text Example
White with #3DDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD78; }
p { color: rgb(61,221,120); }
H1.HeaderClassName
{
color: #3DDD78;
}
.AnyTagClassName
{
color: #3DDD78;
}
</style>
background-color css
<style>
a { background-color: #3DDD78; }
a { background-color: rgb(61,221,120); }
div.DivClassName
{
background-color: #3DDD78;
}
.BgClassName
{
background-color: #3DDD78;
}
</style>
border-color css
<style>
span { border-color: #3DDD78; }
span { border-color: rgb(61,221,120); }
td.TdClassName
{
border-color: #3DDD78;
}
.TagClassName
{
border-color: #3DDD78;
}
</style>