Shades of Emerald #3DC97A
Tints of Emerald #3DC97A
RGB
CMYK
RGB Variations
Color information
#3DC97A (or 0x3DC97A) is known color: Emerald. HEX triplet: 3D, C9 and 7A. RGB value is (61,201,122). Sum of RGB (Red+Green+Blue) = 61+201+122=384 (50% of max value = 765). Red value is 61 (24.22% from 255 or 15.89% from 384); Green value is 201 (78.91% from 255 or 52.34% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC97A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC97A is #C23685. Grayscale: #969696. Windows color (decimal): -12727942 or 8046909. OLE color: 8046909.
HSL color Cylindrical-coordinate representation of color #3DC97A: hue angle of 146.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC97A is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 122 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.21 |
| HSL | 146.14º | 0.56% | 0.51% | - |
| HSV(B) | 146.14º | 0.7% | 0.79% | - |
| XYZ | 26.32 | 44.17 | 25.55 | - |
| YUV | 150.13 | 112.12 | 64.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 122 | 0.70 | 0 | 0.39 | 0.21 | 146.14 | 0.56 | 0.51 |
| Hex | 3D | C9 | 7A | 46 | 0 | 27 | 15 | 92 | 38 | 33 |
| Octal | 75 | 311 | 172 | 106 | 0 | 47 | 25 | 222 | 70 | 63 |
| Binary | 111101 | 11001001 | 1111010 | 1000110 | 0 | 100111 | 10101 | 10010010 | 111000 | 110011 |
Color Harmonies of #3DC97A
Complementary color
Monochromatic Colors of #3DC97A
Black with #3DC97A
Text Example
Text Example
White with #3DC97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC97A; }
p { color: rgb(61,201,122); }
H1.HeaderClassName
{
color: #3DC97A;
}
.AnyTagClassName
{
color: #3DC97A;
}
</style>
background-color css
<style>
a { background-color: #3DC97A; }
a { background-color: rgb(61,201,122); }
div.DivClassName
{
background-color: #3DC97A;
}
.BgClassName
{
background-color: #3DC97A;
}
</style>
border-color css
<style>
span { border-color: #3DC97A; }
span { border-color: rgb(61,201,122); }
td.TdClassName
{
border-color: #3DC97A;
}
.TagClassName
{
border-color: #3DC97A;
}
</style>