Shades of Emerald #3DDD6E
Tints of Emerald #3DDD6E
RGB
CMYK
RGB Variations
Color information
#3DDD6E (or 0x3DDD6E) is known color: Emerald. HEX triplet: 3D, DD and 6E. RGB value is (61,221,110). Sum of RGB (Red+Green+Blue) = 61+221+110=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 221 (86.72% from 255 or 56.38% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDD6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDD6E is #C22291. Grayscale: #A0A0A0. Windows color (decimal): -12722834 or 7265597. OLE color: 7265597.
HSL color Cylindrical-coordinate representation of color #3DDD6E: hue angle of 138.38º 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 #3DDD6E is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 61 | 221 | 110 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.13 |
| HSL | 138.38º | 0.7% | 0.55% | - |
| HSV(B) | 138.38º | 0.72% | 0.87% | - |
| XYZ | 30.6 | 53.83 | 23.53 | - |
| YUV | 160.51 | 99.49 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 221 | 110 | 0.72 | 0 | 0.50 | 0.13 | 138.38 | 0.7 | 0.55 |
| Hex | 3D | DD | 6E | 48 | 0 | 32 | D | 8A | 46 | 37 |
| Octal | 75 | 335 | 156 | 110 | 0 | 62 | 15 | 212 | 106 | 67 |
| Binary | 111101 | 11011101 | 1101110 | 1001000 | 0 | 110010 | 1101 | 10001010 | 1000110 | 110111 |
Color Harmonies of #3DDD6E
Complementary color
Monochromatic Colors of #3DDD6E
Black with #3DDD6E
Text Example
Text Example
White with #3DDD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDD6E; }
p { color: rgb(61,221,110); }
H1.HeaderClassName
{
color: #3DDD6E;
}
.AnyTagClassName
{
color: #3DDD6E;
}
</style>
background-color css
<style>
a { background-color: #3DDD6E; }
a { background-color: rgb(61,221,110); }
div.DivClassName
{
background-color: #3DDD6E;
}
.BgClassName
{
background-color: #3DDD6E;
}
</style>
border-color css
<style>
span { border-color: #3DDD6E; }
span { border-color: rgb(61,221,110); }
td.TdClassName
{
border-color: #3DDD6E;
}
.TagClassName
{
border-color: #3DDD6E;
}
</style>