Shades of Emerald #3DC967
Tints of Emerald #3DC967
RGB
CMYK
RGB Variations
Color information
#3DC967 (or 0x3DC967) is known color: Emerald. HEX triplet: 3D, C9 and 67. RGB value is (61,201,103). Sum of RGB (Red+Green+Blue) = 61+201+103=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 201 (78.91% from 255 or 55.07% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC967 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC967 is #C23698. Grayscale: #949494. Windows color (decimal): -12727961 or 6801725. OLE color: 6801725.
HSL color Cylindrical-coordinate representation of color #3DC967: hue angle of 138º 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 #3DC967 is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 103 | - |
| CMYK | 0.70 | 0 | 0.49 | 0.21 |
| HSL | 138º | 0.56% | 0.51% | - |
| HSV(B) | 138º | 0.7% | 0.79% | - |
| XYZ | 25.26 | 43.74 | 19.94 | - |
| YUV | 147.97 | 102.62 | 65.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 103 | 0.70 | 0 | 0.49 | 0.21 | 138 | 0.56 | 0.51 |
| Hex | 3D | C9 | 67 | 46 | 0 | 31 | 15 | 8A | 38 | 33 |
| Octal | 75 | 311 | 147 | 106 | 0 | 61 | 25 | 212 | 70 | 63 |
| Binary | 111101 | 11001001 | 1100111 | 1000110 | 0 | 110001 | 10101 | 10001010 | 111000 | 110011 |
Color Harmonies of #3DC967
Complementary color
Monochromatic Colors of #3DC967
Black with #3DC967
Text Example
Text Example
White with #3DC967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC967; }
p { color: rgb(61,201,103); }
H1.HeaderClassName
{
color: #3DC967;
}
.AnyTagClassName
{
color: #3DC967;
}
</style>
background-color css
<style>
a { background-color: #3DC967; }
a { background-color: rgb(61,201,103); }
div.DivClassName
{
background-color: #3DC967;
}
.BgClassName
{
background-color: #3DC967;
}
</style>
border-color css
<style>
span { border-color: #3DC967; }
span { border-color: rgb(61,201,103); }
td.TdClassName
{
border-color: #3DC967;
}
.TagClassName
{
border-color: #3DC967;
}
</style>