Shades of Emerald #3DD175
Tints of Emerald #3DD175
RGB
CMYK
RGB Variations
Color information
#3DD175 (or 0x3DD175) is known color: Emerald. HEX triplet: 3D, D1 and 75. RGB value is (61,209,117). Sum of RGB (Red+Green+Blue) = 61+209+117=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 209 (82.03% from 255 or 54.01% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 209 - color contains mainly: green. Hex color #3DD175 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD175 is #C22E8A. Grayscale: #9A9A9A. Windows color (decimal): -12725899 or 7721277. OLE color: 7721277.
HSL color Cylindrical-coordinate representation of color #3DD175: hue angle of 142.7º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD175 is Cyan = 0.71, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 209 | 117 | - |
| CMYK | 0.71 | 0 | 0.44 | 0.18 |
| HSL | 142.7º | 0.62% | 0.53% | - |
| HSV(B) | 142.7º | 0.71% | 0.82% | - |
| XYZ | 27.94 | 47.88 | 24.6 | - |
| YUV | 154.26 | 106.97 | 61.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 209 | 117 | 0.71 | 0 | 0.44 | 0.18 | 142.7 | 0.62 | 0.53 |
| Hex | 3D | D1 | 75 | 47 | 0 | 2C | 12 | 8F | 3E | 35 |
| Octal | 75 | 321 | 165 | 107 | 0 | 54 | 22 | 217 | 76 | 65 |
| Binary | 111101 | 11010001 | 1110101 | 1000111 | 0 | 101100 | 10010 | 10001111 | 111110 | 110101 |
Color Harmonies of #3DD175
Complementary color
Monochromatic Colors of #3DD175
Black with #3DD175
Text Example
Text Example
White with #3DD175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD175; }
p { color: rgb(61,209,117); }
H1.HeaderClassName
{
color: #3DD175;
}
.AnyTagClassName
{
color: #3DD175;
}
</style>
background-color css
<style>
a { background-color: #3DD175; }
a { background-color: rgb(61,209,117); }
div.DivClassName
{
background-color: #3DD175;
}
.BgClassName
{
background-color: #3DD175;
}
</style>
border-color css
<style>
span { border-color: #3DD175; }
span { border-color: rgb(61,209,117); }
td.TdClassName
{
border-color: #3DD175;
}
.TagClassName
{
border-color: #3DD175;
}
</style>