Shades of Emerald #3DDC70
Tints of Emerald #3DDC70
RGB
CMYK
RGB Variations
Color information
#3DDC70 (or 0x3DDC70) is known color: Emerald. HEX triplet: 3D, DC and 70. RGB value is (61,220,112). Sum of RGB (Red+Green+Blue) = 61+220+112=393 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.52% from 393); Green value is 220 (86.33% from 255 or 55.98% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC70 is #C2238F. Grayscale: #A0A0A0. Windows color (decimal): -12723088 or 7396413. OLE color: 7396413.
HSL color Cylindrical-coordinate representation of color #3DDC70: hue angle of 139.25º 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 #3DDC70 is Cyan = 0.72, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 112 | - |
| CMYK | 0.72 | 0 | 0.49 | 0.14 |
| HSL | 139.25º | 0.69% | 0.55% | - |
| HSV(B) | 139.25º | 0.72% | 0.86% | - |
| XYZ | 30.44 | 53.35 | 24.02 | - |
| YUV | 160.15 | 100.82 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 112 | 0.72 | 0 | 0.49 | 0.14 | 139.25 | 0.69 | 0.55 |
| Hex | 3D | DC | 70 | 48 | 0 | 31 | E | 8B | 45 | 37 |
| Octal | 75 | 334 | 160 | 110 | 0 | 61 | 16 | 213 | 105 | 67 |
| Binary | 111101 | 11011100 | 1110000 | 1001000 | 0 | 110001 | 1110 | 10001011 | 1000101 | 110111 |
Color Harmonies of #3DDC70
Complementary color
Monochromatic Colors of #3DDC70
Black with #3DDC70
Text Example
Text Example
White with #3DDC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC70; }
p { color: rgb(61,220,112); }
H1.HeaderClassName
{
color: #3DDC70;
}
.AnyTagClassName
{
color: #3DDC70;
}
</style>
background-color css
<style>
a { background-color: #3DDC70; }
a { background-color: rgb(61,220,112); }
div.DivClassName
{
background-color: #3DDC70;
}
.BgClassName
{
background-color: #3DDC70;
}
</style>
border-color css
<style>
span { border-color: #3DDC70; }
span { border-color: rgb(61,220,112); }
td.TdClassName
{
border-color: #3DDC70;
}
.TagClassName
{
border-color: #3DDC70;
}
</style>