Shades of Emerald #3DD063
Tints of Emerald #3DD063
RGB
CMYK
RGB Variations
Color information
#3DD063 (or 0x3DD063) is known color: Emerald. HEX triplet: 3D, D0 and 63. RGB value is (61,208,99). Sum of RGB (Red+Green+Blue) = 61+208+99=368 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.58% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #3DD063 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD063 is #C22F9C. Grayscale: #979797. Windows color (decimal): -12726173 or 6541373. OLE color: 6541373.
HSL color Cylindrical-coordinate representation of color #3DD063: hue angle of 135.51º degrees, saturation: 0.61, 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 #3DD063 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 61 | 208 | 99 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.18 |
| HSL | 135.51º | 0.61% | 0.53% | - |
| HSV(B) | 135.51º | 0.71% | 0.82% | - |
| XYZ | 26.73 | 47 | 19.47 | - |
| YUV | 151.62 | 98.3 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 208 | 99 | 0.71 | 0 | 0.52 | 0.18 | 135.51 | 0.61 | 0.53 |
| Hex | 3D | D0 | 63 | 47 | 0 | 34 | 12 | 88 | 3D | 35 |
| Octal | 75 | 320 | 143 | 107 | 0 | 64 | 22 | 210 | 75 | 65 |
| Binary | 111101 | 11010000 | 1100011 | 1000111 | 0 | 110100 | 10010 | 10001000 | 111101 | 110101 |
Color Harmonies of #3DD063
Complementary color
Monochromatic Colors of #3DD063
Black with #3DD063
Text Example
Text Example
White with #3DD063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DD063; }
p { color: rgb(61,208,99); }
H1.HeaderClassName
{
color: #3DD063;
}
.AnyTagClassName
{
color: #3DD063;
}
</style>
background-color css
<style>
a { background-color: #3DD063; }
a { background-color: rgb(61,208,99); }
div.DivClassName
{
background-color: #3DD063;
}
.BgClassName
{
background-color: #3DD063;
}
</style>
border-color css
<style>
span { border-color: #3DD063; }
span { border-color: rgb(61,208,99); }
td.TdClassName
{
border-color: #3DD063;
}
.TagClassName
{
border-color: #3DD063;
}
</style>