Shades of Emerald #3DDD6F
Tints of Emerald #3DDD6F
RGB
CMYK
RGB Variations
Color information
#3DDD6F (or 0x3DDD6F) is known color: Emerald. HEX triplet: 3D, DD and 6F. RGB value is (61,221,111). Sum of RGB (Red+Green+Blue) = 61+221+111=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 221 (86.72% from 255 or 56.23% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD6F is #C22290. Grayscale: #A0A0A0. Windows color (decimal): -12722833 or 7331133. OLE color: 7331133.
HSL color Cylindrical-coordinate representation of color #3DDD6F: hue angle of 138.75º 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 #3DDD6F is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 111 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.13 |
| HSL | 138.75º | 0.7% | 0.55% | - |
| HSV(B) | 138.75º | 0.72% | 0.87% | - |
| XYZ | 30.65 | 53.85 | 23.82 | - |
| YUV | 160.62 | 99.99 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 111 | 0.72 | 0 | 0.50 | 0.13 | 138.75 | 0.7 | 0.55 |
| Hex | 3D | DD | 6F | 48 | 0 | 32 | D | 8B | 46 | 37 |
| Octal | 75 | 335 | 157 | 110 | 0 | 62 | 15 | 213 | 106 | 67 |
| Binary | 111101 | 11011101 | 1101111 | 1001000 | 0 | 110010 | 1101 | 10001011 | 1000110 | 110111 |
Color Harmonies of #3DDD6F
Complementary color
Monochromatic Colors of #3DDD6F
Black with #3DDD6F
Text Example
Text Example
White with #3DDD6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD6F; }
p { color: rgb(61,221,111); }
H1.HeaderClassName
{
color: #3DDD6F;
}
.AnyTagClassName
{
color: #3DDD6F;
}
</style>
background-color css
<style>
a { background-color: #3DDD6F; }
a { background-color: rgb(61,221,111); }
div.DivClassName
{
background-color: #3DDD6F;
}
.BgClassName
{
background-color: #3DDD6F;
}
</style>
border-color css
<style>
span { border-color: #3DDD6F; }
span { border-color: rgb(61,221,111); }
td.TdClassName
{
border-color: #3DDD6F;
}
.TagClassName
{
border-color: #3DDD6F;
}
</style>