Shades of Emerald #3DD873
Tints of Emerald #3DD873
RGB
CMYK
RGB Variations
Color information
#3DD873 (or 0x3DD873) is known color: Emerald. HEX triplet: 3D, D8 and 73. RGB value is (61,216,115). Sum of RGB (Red+Green+Blue) = 61+216+115=392 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.56% from 392); Green value is 216 (84.77% from 255 or 55.10% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD873 is #C2278C. Grayscale: #9E9E9E. Windows color (decimal): -12724109 or 7591997. OLE color: 7591997.
HSL color Cylindrical-coordinate representation of color #3DD873: hue angle of 140.9º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DD873 is Cyan = 0.72, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 115 | - |
| CMYK | 0.72 | 0 | 0.47 | 0.15 |
| HSL | 140.9º | 0.67% | 0.54% | - |
| HSV(B) | 140.9º | 0.72% | 0.85% | - |
| XYZ | 29.57 | 51.34 | 24.57 | - |
| YUV | 158.14 | 103.65 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 115 | 0.72 | 0 | 0.47 | 0.15 | 140.9 | 0.67 | 0.54 |
| Hex | 3D | D8 | 73 | 48 | 0 | 2F | F | 8D | 43 | 36 |
| Octal | 75 | 330 | 163 | 110 | 0 | 57 | 17 | 215 | 103 | 66 |
| Binary | 111101 | 11011000 | 1110011 | 1001000 | 0 | 101111 | 1111 | 10001101 | 1000011 | 110110 |
Color Harmonies of #3DD873
Complementary color
Monochromatic Colors of #3DD873
Black with #3DD873
Text Example
Text Example
White with #3DD873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD873; }
p { color: rgb(61,216,115); }
H1.HeaderClassName
{
color: #3DD873;
}
.AnyTagClassName
{
color: #3DD873;
}
</style>
background-color css
<style>
a { background-color: #3DD873; }
a { background-color: rgb(61,216,115); }
div.DivClassName
{
background-color: #3DD873;
}
.BgClassName
{
background-color: #3DD873;
}
</style>
border-color css
<style>
span { border-color: #3DD873; }
span { border-color: rgb(61,216,115); }
td.TdClassName
{
border-color: #3DD873;
}
.TagClassName
{
border-color: #3DD873;
}
</style>