Shades of Emerald #3DCD80
Tints of Emerald #3DCD80
RGB
CMYK
RGB Variations
Color information
#3DCD80 (or 0x3DCD80) is known color: Emerald. HEX triplet: 3D, CD and 80. RGB value is (61,205,128). Sum of RGB (Red+Green+Blue) = 61+205+128=394 (52% of max value = 765). Red value is 61 (24.22% from 255 or 15.48% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #3DCD80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DCD80 is #C2327F. Grayscale: #999999. Windows color (decimal): -12726912 or 8441149. OLE color: 8441149.
HSL color Cylindrical-coordinate representation of color #3DCD80: hue angle of 147.92º 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 #3DCD80 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 61 | 205 | 128 | - |
| CMYK | 0.70 | 0 | 0.38 | 0.20 |
| HSL | 147.92º | 0.59% | 0.52% | - |
| HSV(B) | 147.92º | 0.7% | 0.8% | - |
| XYZ | 27.65 | 46.21 | 27.88 | - |
| YUV | 153.17 | 113.79 | 62.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 205 | 128 | 0.70 | 0 | 0.38 | 0.20 | 147.92 | 0.59 | 0.52 |
| Hex | 3D | CD | 80 | 46 | 0 | 26 | 14 | 94 | 3B | 34 |
| Octal | 75 | 315 | 200 | 106 | 0 | 46 | 24 | 224 | 73 | 64 |
| Binary | 111101 | 11001101 | 10000000 | 1000110 | 0 | 100110 | 10100 | 10010100 | 111011 | 110100 |
Color Harmonies of #3DCD80
Complementary color
Monochromatic Colors of #3DCD80
Black with #3DCD80
Text Example
Text Example
White with #3DCD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DCD80; }
p { color: rgb(61,205,128); }
H1.HeaderClassName
{
color: #3DCD80;
}
.AnyTagClassName
{
color: #3DCD80;
}
</style>
background-color css
<style>
a { background-color: #3DCD80; }
a { background-color: rgb(61,205,128); }
div.DivClassName
{
background-color: #3DCD80;
}
.BgClassName
{
background-color: #3DCD80;
}
</style>
border-color css
<style>
span { border-color: #3DCD80; }
span { border-color: rgb(61,205,128); }
td.TdClassName
{
border-color: #3DCD80;
}
.TagClassName
{
border-color: #3DCD80;
}
</style>