Shades of Emerald #3DDA63
Tints of Emerald #3DDA63
RGB
CMYK
RGB Variations
Color information
#3DDA63 (or 0x3DDA63) is known color: Emerald. HEX triplet: 3D, DA and 63. RGB value is (61,218,99). Sum of RGB (Red+Green+Blue) = 61+218+99=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 218 (85.55% from 255 or 57.67% from 378); Blue value is 99 (39.06% from 255 or 26.19% from 378); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA63 is #C2259C. Grayscale: #9D9D9D. Windows color (decimal): -12723613 or 6543933. OLE color: 6543933.
HSL color Cylindrical-coordinate representation of color #3DDA63: hue angle of 134.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDA63 is Cyan = 0.72, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 61 | 218 | 99 | - |
| CMYK | 0.72 | 0 | 0.55 | 0.15 |
| HSL | 134.52º | 0.68% | 0.55% | - |
| HSV(B) | 134.52º | 0.72% | 0.85% | - |
| XYZ | 29.25 | 52.04 | 20.31 | - |
| YUV | 157.49 | 94.99 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 99 | 0.72 | 0 | 0.55 | 0.15 | 134.52 | 0.68 | 0.55 |
| Hex | 3D | DA | 63 | 48 | 0 | 37 | F | 87 | 44 | 37 |
| Octal | 75 | 332 | 143 | 110 | 0 | 67 | 17 | 207 | 104 | 67 |
| Binary | 111101 | 11011010 | 1100011 | 1001000 | 0 | 110111 | 1111 | 10000111 | 1000100 | 110111 |
Color Harmonies of #3DDA63
Complementary color
Monochromatic Colors of #3DDA63
Black with #3DDA63
Text Example
Text Example
White with #3DDA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDA63; }
p { color: rgb(61,218,99); }
H1.HeaderClassName
{
color: #3DDA63;
}
.AnyTagClassName
{
color: #3DDA63;
}
</style>
background-color css
<style>
a { background-color: #3DDA63; }
a { background-color: rgb(61,218,99); }
div.DivClassName
{
background-color: #3DDA63;
}
.BgClassName
{
background-color: #3DDA63;
}
</style>
border-color css
<style>
span { border-color: #3DDA63; }
span { border-color: rgb(61,218,99); }
td.TdClassName
{
border-color: #3DDA63;
}
.TagClassName
{
border-color: #3DDA63;
}
</style>