Shades of Emerald #3DDC84
Tints of Emerald #3DDC84
RGB
CMYK
RGB Variations
Color information
#3DDC84 (or 0x3DDC84) is known color: Emerald. HEX triplet: 3D, DC and 84. RGB value is (61,220,132). Sum of RGB (Red+Green+Blue) = 61+220+132=413 (54% of max value = 765). Red value is 61 (24.22% from 255 or 14.77% from 413); Green value is 220 (86.33% from 255 or 53.27% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC84 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDC84 is #C2237B. Grayscale: #A2A2A2. Windows color (decimal): -12723068 or 8707133. OLE color: 8707133.
HSL color Cylindrical-coordinate representation of color #3DDC84: hue angle of 146.79º 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 #3DDC84 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 61 | 220 | 132 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.14 |
| HSL | 146.79º | 0.69% | 0.55% | - |
| HSV(B) | 146.79º | 0.72% | 0.86% | - |
| XYZ | 31.68 | 53.84 | 30.55 | - |
| YUV | 162.43 | 110.82 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 220 | 132 | 0.72 | 0 | 0.40 | 0.14 | 146.79 | 0.69 | 0.55 |
| Hex | 3D | DC | 84 | 48 | 0 | 28 | E | 93 | 45 | 37 |
| Octal | 75 | 334 | 204 | 110 | 0 | 50 | 16 | 223 | 105 | 67 |
| Binary | 111101 | 11011100 | 10000100 | 1001000 | 0 | 101000 | 1110 | 10010011 | 1000101 | 110111 |
Color Harmonies of #3DDC84
Complementary color
Monochromatic Colors of #3DDC84
Black with #3DDC84
Text Example
Text Example
White with #3DDC84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDC84; }
p { color: rgb(61,220,132); }
H1.HeaderClassName
{
color: #3DDC84;
}
.AnyTagClassName
{
color: #3DDC84;
}
</style>
background-color css
<style>
a { background-color: #3DDC84; }
a { background-color: rgb(61,220,132); }
div.DivClassName
{
background-color: #3DDC84;
}
.BgClassName
{
background-color: #3DDC84;
}
</style>
border-color css
<style>
span { border-color: #3DDC84; }
span { border-color: rgb(61,220,132); }
td.TdClassName
{
border-color: #3DDC84;
}
.TagClassName
{
border-color: #3DDC84;
}
</style>