Shades of Emerald #3DCD70
Tints of Emerald #3DCD70
RGB
CMYK
RGB Variations
Color information
#3DCD70 (or 0x3DCD70) is known color: Emerald. HEX triplet: 3D, CD and 70. RGB value is (61,205,112). Sum of RGB (Red+Green+Blue) = 61+205+112=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DCD70 is #C2328F. Grayscale: #979797. Windows color (decimal): -12726928 or 7392573. OLE color: 7392573.
HSL color Cylindrical-coordinate representation of color #3DCD70: hue angle of 141.25º 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 #3DCD70 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 112 | - |
| CMYK | 0.70 | 0 | 0.45 | 0.20 |
| HSL | 141.25º | 0.59% | 0.52% | - |
| HSV(B) | 141.25º | 0.7% | 0.8% | - |
| XYZ | 26.68 | 45.82 | 22.77 | - |
| YUV | 151.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 112 | 0.70 | 0 | 0.45 | 0.20 | 141.25 | 0.59 | 0.52 |
| Hex | 3D | CD | 70 | 46 | 0 | 2D | 14 | 8D | 3B | 34 |
| Octal | 75 | 315 | 160 | 106 | 0 | 55 | 24 | 215 | 73 | 64 |
| Binary | 111101 | 11001101 | 1110000 | 1000110 | 0 | 101101 | 10100 | 10001101 | 111011 | 110100 |
Color Harmonies of #3DCD70
Complementary color
Monochromatic Colors of #3DCD70
Black with #3DCD70
Text Example
Text Example
White with #3DCD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD70; }
p { color: rgb(61,205,112); }
H1.HeaderClassName
{
color: #3DCD70;
}
.AnyTagClassName
{
color: #3DCD70;
}
</style>
background-color css
<style>
a { background-color: #3DCD70; }
a { background-color: rgb(61,205,112); }
div.DivClassName
{
background-color: #3DCD70;
}
.BgClassName
{
background-color: #3DCD70;
}
</style>
border-color css
<style>
span { border-color: #3DCD70; }
span { border-color: rgb(61,205,112); }
td.TdClassName
{
border-color: #3DCD70;
}
.TagClassName
{
border-color: #3DCD70;
}
</style>