Shades of Emerald #3DCD63
Tints of Emerald #3DCD63
RGB
CMYK
RGB Variations
Color information
#3DCD63 (or 0x3DCD63) is known color: Emerald. HEX triplet: 3D, CD and 63. RGB value is (61,205,99). Sum of RGB (Red+Green+Blue) = 61+205+99=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD63 is #C2329C. Grayscale: #969696. Windows color (decimal): -12726941 or 6540605. OLE color: 6540605.
HSL color Cylindrical-coordinate representation of color #3DCD63: hue angle of 135.83º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCD63 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 99 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.20 |
| HSL | 135.83º | 0.59% | 0.52% | - |
| HSV(B) | 135.83º | 0.7% | 0.8% | - |
| XYZ | 26.01 | 45.56 | 19.23 | - |
| YUV | 149.86 | 99.29 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 99 | 0.70 | 0 | 0.52 | 0.20 | 135.83 | 0.59 | 0.52 |
| Hex | 3D | CD | 63 | 46 | 0 | 34 | 14 | 88 | 3B | 34 |
| Octal | 75 | 315 | 143 | 106 | 0 | 64 | 24 | 210 | 73 | 64 |
| Binary | 111101 | 11001101 | 1100011 | 1000110 | 0 | 110100 | 10100 | 10001000 | 111011 | 110100 |
Color Harmonies of #3DCD63
Complementary color
Monochromatic Colors of #3DCD63
Black with #3DCD63
Text Example
Text Example
White with #3DCD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD63; }
p { color: rgb(61,205,99); }
H1.HeaderClassName
{
color: #3DCD63;
}
.AnyTagClassName
{
color: #3DCD63;
}
</style>
background-color css
<style>
a { background-color: #3DCD63; }
a { background-color: rgb(61,205,99); }
div.DivClassName
{
background-color: #3DCD63;
}
.BgClassName
{
background-color: #3DCD63;
}
</style>
border-color css
<style>
span { border-color: #3DCD63; }
span { border-color: rgb(61,205,99); }
td.TdClassName
{
border-color: #3DCD63;
}
.TagClassName
{
border-color: #3DCD63;
}
</style>