Shades of Emerald #3DD671
Tints of Emerald #3DD671
RGB
CMYK
RGB Variations
Color information
#3DD671 (or 0x3DD671) is known color: Emerald. HEX triplet: 3D, D6 and 71. RGB value is (61,214,113). Sum of RGB (Red+Green+Blue) = 61+214+113=388 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.72% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD671 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD671 is #C2298E. Grayscale: #9C9C9C. Windows color (decimal): -12724623 or 7460413. OLE color: 7460413.
HSL color Cylindrical-coordinate representation of color #3DD671: hue angle of 140.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD671 is Cyan = 0.71, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 61 | 214 | 113 | - |
| CMYK | 0.71 | 0 | 0.47 | 0.16 |
| HSL | 140.39º | 0.65% | 0.54% | - |
| HSV(B) | 140.39º | 0.71% | 0.84% | - |
| XYZ | 28.95 | 50.28 | 23.8 | - |
| YUV | 156.74 | 103.31 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 214 | 113 | 0.71 | 0 | 0.47 | 0.16 | 140.39 | 0.65 | 0.54 |
| Hex | 3D | D6 | 71 | 47 | 0 | 2F | 10 | 8C | 41 | 36 |
| Octal | 75 | 326 | 161 | 107 | 0 | 57 | 20 | 214 | 101 | 66 |
| Binary | 111101 | 11010110 | 1110001 | 1000111 | 0 | 101111 | 10000 | 10001100 | 1000001 | 110110 |
Color Harmonies of #3DD671
Complementary color
Monochromatic Colors of #3DD671
Black with #3DD671
Text Example
Text Example
White with #3DD671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD671; }
p { color: rgb(61,214,113); }
H1.HeaderClassName
{
color: #3DD671;
}
.AnyTagClassName
{
color: #3DD671;
}
</style>
background-color css
<style>
a { background-color: #3DD671; }
a { background-color: rgb(61,214,113); }
div.DivClassName
{
background-color: #3DD671;
}
.BgClassName
{
background-color: #3DD671;
}
</style>
border-color css
<style>
span { border-color: #3DD671; }
span { border-color: rgb(61,214,113); }
td.TdClassName
{
border-color: #3DD671;
}
.TagClassName
{
border-color: #3DD671;
}
</style>