Shades of Emerald #3DC87D
Tints of Emerald #3DC87D
RGB
CMYK
RGB Variations
Color information
#3DC87D (or 0x3DC87D) is known color: Emerald. HEX triplet: 3D, C8 and 7D. RGB value is (61,200,125). Sum of RGB (Red+Green+Blue) = 61+200+125=386 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.80% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #3DC87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC87D is #C23782. Grayscale: #969696. Windows color (decimal): -12728195 or 8243261. OLE color: 8243261.
HSL color Cylindrical-coordinate representation of color #3DC87D: hue angle of 147.63º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC87D is Cyan = 0.69, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 200 | 125 | - |
| CMYK | 0.69 | 0 | 0.38 | 0.22 |
| HSL | 147.63º | 0.56% | 0.51% | - |
| HSV(B) | 147.63º | 0.7% | 0.78% | - |
| XYZ | 26.28 | 43.78 | 26.47 | - |
| YUV | 149.89 | 113.95 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 200 | 125 | 0.69 | 0 | 0.38 | 0.22 | 147.63 | 0.56 | 0.51 |
| Hex | 3D | C8 | 7D | 45 | 0 | 26 | 16 | 94 | 38 | 33 |
| Octal | 75 | 310 | 175 | 105 | 0 | 46 | 26 | 224 | 70 | 63 |
| Binary | 111101 | 11001000 | 1111101 | 1000101 | 0 | 100110 | 10110 | 10010100 | 111000 | 110011 |
Color Harmonies of #3DC87D
Complementary color
Monochromatic Colors of #3DC87D
Black with #3DC87D
Text Example
Text Example
White with #3DC87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC87D; }
p { color: rgb(61,200,125); }
H1.HeaderClassName
{
color: #3DC87D;
}
.AnyTagClassName
{
color: #3DC87D;
}
</style>
background-color css
<style>
a { background-color: #3DC87D; }
a { background-color: rgb(61,200,125); }
div.DivClassName
{
background-color: #3DC87D;
}
.BgClassName
{
background-color: #3DC87D;
}
</style>
border-color css
<style>
span { border-color: #3DC87D; }
span { border-color: rgb(61,200,125); }
td.TdClassName
{
border-color: #3DC87D;
}
.TagClassName
{
border-color: #3DC87D;
}
</style>