Shades of Emerald #3DC76D
Tints of Emerald #3DC76D
RGB
CMYK
RGB Variations
Color information
#3DC76D (or 0x3DC76D) is known color: Emerald. HEX triplet: 3D, C7 and 6D. RGB value is (61,199,109). Sum of RGB (Red+Green+Blue) = 61+199+109=369 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.53% from 369); Green value is 199 (78.12% from 255 or 53.93% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 199 - color contains mainly: green. Hex color #3DC76D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC76D is #C23892. Grayscale: #939393. Windows color (decimal): -12728467 or 7194429. OLE color: 7194429.
HSL color Cylindrical-coordinate representation of color #3DC76D: hue angle of 140.87º degrees, saturation: 0.55, 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 #3DC76D is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 61 | 199 | 109 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.22 |
| HSL | 140.87º | 0.55% | 0.51% | - |
| HSV(B) | 140.87º | 0.69% | 0.78% | - |
| XYZ | 25.11 | 42.94 | 21.43 | - |
| YUV | 147.48 | 106.28 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 199 | 109 | 0.69 | 0 | 0.45 | 0.22 | 140.87 | 0.55 | 0.51 |
| Hex | 3D | C7 | 6D | 45 | 0 | 2D | 16 | 8D | 37 | 33 |
| Octal | 75 | 307 | 155 | 105 | 0 | 55 | 26 | 215 | 67 | 63 |
| Binary | 111101 | 11000111 | 1101101 | 1000101 | 0 | 101101 | 10110 | 10001101 | 110111 | 110011 |
Color Harmonies of #3DC76D
Complementary color
Monochromatic Colors of #3DC76D
Black with #3DC76D
Text Example
Text Example
White with #3DC76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC76D; }
p { color: rgb(61,199,109); }
H1.HeaderClassName
{
color: #3DC76D;
}
.AnyTagClassName
{
color: #3DC76D;
}
</style>
background-color css
<style>
a { background-color: #3DC76D; }
a { background-color: rgb(61,199,109); }
div.DivClassName
{
background-color: #3DC76D;
}
.BgClassName
{
background-color: #3DC76D;
}
</style>
border-color css
<style>
span { border-color: #3DC76D; }
span { border-color: rgb(61,199,109); }
td.TdClassName
{
border-color: #3DC76D;
}
.TagClassName
{
border-color: #3DC76D;
}
</style>