Shades of Emerald #3DD863
Tints of Emerald #3DD863
RGB
CMYK
RGB Variations
Color information
#3DD863 (or 0x3DD863) is known color: Emerald. HEX triplet: 3D, D8 and 63. RGB value is (61,216,99). Sum of RGB (Red+Green+Blue) = 61+216+99=376 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.22% from 376); Green value is 216 (84.77% from 255 or 57.45% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD863 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD863 is #C2279C. Grayscale: #9C9C9C. Windows color (decimal): -12724125 or 6543421. OLE color: 6543421.
HSL color Cylindrical-coordinate representation of color #3DD863: hue angle of 134.71º 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 #3DD863 is Cyan = 0.72, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 216 | 99 | - |
| CMYK | 0.72 | 0 | 0.54 | 0.15 |
| HSL | 134.71º | 0.67% | 0.54% | - |
| HSV(B) | 134.71º | 0.72% | 0.85% | - |
| XYZ | 28.73 | 51 | 20.13 | - |
| YUV | 156.32 | 95.65 | 60.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 216 | 99 | 0.72 | 0 | 0.54 | 0.15 | 134.71 | 0.67 | 0.54 |
| Hex | 3D | D8 | 63 | 48 | 0 | 36 | F | 87 | 43 | 36 |
| Octal | 75 | 330 | 143 | 110 | 0 | 66 | 17 | 207 | 103 | 66 |
| Binary | 111101 | 11011000 | 1100011 | 1001000 | 0 | 110110 | 1111 | 10000111 | 1000011 | 110110 |
Color Harmonies of #3DD863
Complementary color
Monochromatic Colors of #3DD863
Black with #3DD863
Text Example
Text Example
White with #3DD863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD863; }
p { color: rgb(61,216,99); }
H1.HeaderClassName
{
color: #3DD863;
}
.AnyTagClassName
{
color: #3DD863;
}
</style>
background-color css
<style>
a { background-color: #3DD863; }
a { background-color: rgb(61,216,99); }
div.DivClassName
{
background-color: #3DD863;
}
.BgClassName
{
background-color: #3DD863;
}
</style>
border-color css
<style>
span { border-color: #3DD863; }
span { border-color: rgb(61,216,99); }
td.TdClassName
{
border-color: #3DD863;
}
.TagClassName
{
border-color: #3DD863;
}
</style>