Shades of Emerald #3DDC6D
Tints of Emerald #3DDC6D
RGB
CMYK
RGB Variations
Color information
#3DDC6D (or 0x3DDC6D) is known color: Emerald. HEX triplet: 3D, DC and 6D. RGB value is (61,220,109). Sum of RGB (Red+Green+Blue) = 61+220+109=390 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.64% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC6D is #C22392. Grayscale: #A0A0A0. Windows color (decimal): -12723091 or 7199805. OLE color: 7199805.
HSL color Cylindrical-coordinate representation of color #3DDC6D: hue angle of 138.11º 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 #3DDC6D is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 109 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.14 |
| HSL | 138.11º | 0.69% | 0.55% | - |
| HSV(B) | 138.11º | 0.72% | 0.86% | - |
| XYZ | 30.28 | 53.28 | 23.16 | - |
| YUV | 159.81 | 99.32 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 109 | 0.72 | 0 | 0.50 | 0.14 | 138.11 | 0.69 | 0.55 |
| Hex | 3D | DC | 6D | 48 | 0 | 32 | E | 8A | 45 | 37 |
| Octal | 75 | 334 | 155 | 110 | 0 | 62 | 16 | 212 | 105 | 67 |
| Binary | 111101 | 11011100 | 1101101 | 1001000 | 0 | 110010 | 1110 | 10001010 | 1000101 | 110111 |
Color Harmonies of #3DDC6D
Complementary color
Monochromatic Colors of #3DDC6D
Black with #3DDC6D
Text Example
Text Example
White with #3DDC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC6D; }
p { color: rgb(61,220,109); }
H1.HeaderClassName
{
color: #3DDC6D;
}
.AnyTagClassName
{
color: #3DDC6D;
}
</style>
background-color css
<style>
a { background-color: #3DDC6D; }
a { background-color: rgb(61,220,109); }
div.DivClassName
{
background-color: #3DDC6D;
}
.BgClassName
{
background-color: #3DDC6D;
}
</style>
border-color css
<style>
span { border-color: #3DDC6D; }
span { border-color: rgb(61,220,109); }
td.TdClassName
{
border-color: #3DDC6D;
}
.TagClassName
{
border-color: #3DDC6D;
}
</style>