Shades of Emerald #3DDC6F
Tints of Emerald #3DDC6F
RGB
CMYK
RGB Variations
Color information
#3DDC6F (or 0x3DDC6F) is known color: Emerald. HEX triplet: 3D, DC and 6F. RGB value is (61,220,111). Sum of RGB (Red+Green+Blue) = 61+220+111=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 111 (43.75% from 255 or 28.32% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC6F is #C22390. Grayscale: #A0A0A0. Windows color (decimal): -12723089 or 7330877. OLE color: 7330877.
HSL color Cylindrical-coordinate representation of color #3DDC6F: hue angle of 138.87º 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 #3DDC6F is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 111 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.14 |
| HSL | 138.87º | 0.69% | 0.55% | - |
| HSV(B) | 138.87º | 0.72% | 0.86% | - |
| XYZ | 30.39 | 53.33 | 23.73 | - |
| YUV | 160.03 | 100.32 | 57.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 111 | 0.72 | 0 | 0.50 | 0.14 | 138.87 | 0.69 | 0.55 |
| Hex | 3D | DC | 6F | 48 | 0 | 32 | E | 8B | 45 | 37 |
| Octal | 75 | 334 | 157 | 110 | 0 | 62 | 16 | 213 | 105 | 67 |
| Binary | 111101 | 11011100 | 1101111 | 1001000 | 0 | 110010 | 1110 | 10001011 | 1000101 | 110111 |
Color Harmonies of #3DDC6F
Complementary color
Monochromatic Colors of #3DDC6F
Black with #3DDC6F
Text Example
Text Example
White with #3DDC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC6F; }
p { color: rgb(61,220,111); }
H1.HeaderClassName
{
color: #3DDC6F;
}
.AnyTagClassName
{
color: #3DDC6F;
}
</style>
background-color css
<style>
a { background-color: #3DDC6F; }
a { background-color: rgb(61,220,111); }
div.DivClassName
{
background-color: #3DDC6F;
}
.BgClassName
{
background-color: #3DDC6F;
}
</style>
border-color css
<style>
span { border-color: #3DDC6F; }
span { border-color: rgb(61,220,111); }
td.TdClassName
{
border-color: #3DDC6F;
}
.TagClassName
{
border-color: #3DDC6F;
}
</style>