Shades of Emerald #3DDC6E
Tints of Emerald #3DDC6E
RGB
CMYK
RGB Variations
Color information
#3DDC6E (or 0x3DDC6E) is known color: Emerald. HEX triplet: 3D, DC and 6E. RGB value is (61,220,110). Sum of RGB (Red+Green+Blue) = 61+220+110=391 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.60% from 391); Green value is 220 (86.33% from 255 or 56.27% from 391); Blue value is 110 (43.36% from 255 or 28.13% from 391); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC6E is #C22391. Grayscale: #A0A0A0. Windows color (decimal): -12723090 or 7265341. OLE color: 7265341.
HSL color Cylindrical-coordinate representation of color #3DDC6E: hue angle of 138.49º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDC6E is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 110 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.14 |
| HSL | 138.49º | 0.69% | 0.55% | - |
| HSV(B) | 138.49º | 0.72% | 0.86% | - |
| XYZ | 30.33 | 53.3 | 23.44 | - |
| YUV | 159.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 110 | 0.72 | 0 | 0.50 | 0.14 | 138.49 | 0.69 | 0.55 |
| Hex | 3D | DC | 6E | 48 | 0 | 32 | E | 8A | 45 | 37 |
| Octal | 75 | 334 | 156 | 110 | 0 | 62 | 16 | 212 | 105 | 67 |
| Binary | 111101 | 11011100 | 1101110 | 1001000 | 0 | 110010 | 1110 | 10001010 | 1000101 | 110111 |
Color Harmonies of #3DDC6E
Complementary color
Monochromatic Colors of #3DDC6E
Black with #3DDC6E
Text Example
Text Example
White with #3DDC6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC6E; }
p { color: rgb(61,220,110); }
H1.HeaderClassName
{
color: #3DDC6E;
}
.AnyTagClassName
{
color: #3DDC6E;
}
</style>
background-color css
<style>
a { background-color: #3DDC6E; }
a { background-color: rgb(61,220,110); }
div.DivClassName
{
background-color: #3DDC6E;
}
.BgClassName
{
background-color: #3DDC6E;
}
</style>
border-color css
<style>
span { border-color: #3DDC6E; }
span { border-color: rgb(61,220,110); }
td.TdClassName
{
border-color: #3DDC6E;
}
.TagClassName
{
border-color: #3DDC6E;
}
</style>