Shades of Emerald #3DC961
Tints of Emerald #3DC961
RGB
CMYK
RGB Variations
Color information
#3DC961 (or 0x3DC961) is known color: Emerald. HEX triplet: 3D, C9 and 61. RGB value is (61,201,97). Sum of RGB (Red+Green+Blue) = 61+201+97=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC961 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC961 is #C2369E. Grayscale: #939393. Windows color (decimal): -12727967 or 6408509. OLE color: 6408509.
HSL color Cylindrical-coordinate representation of color #3DC961: hue angle of 135.43º 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 #3DC961 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 97 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.21 |
| HSL | 135.43º | 0.56% | 0.51% | - |
| HSV(B) | 135.43º | 0.7% | 0.79% | - |
| XYZ | 24.97 | 43.63 | 18.41 | - |
| YUV | 147.28 | 99.62 | 66.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 97 | 0.70 | 0 | 0.52 | 0.21 | 135.43 | 0.56 | 0.51 |
| Hex | 3D | C9 | 61 | 46 | 0 | 34 | 15 | 87 | 38 | 33 |
| Octal | 75 | 311 | 141 | 106 | 0 | 64 | 25 | 207 | 70 | 63 |
| Binary | 111101 | 11001001 | 1100001 | 1000110 | 0 | 110100 | 10101 | 10000111 | 111000 | 110011 |
Color Harmonies of #3DC961
Complementary color
Monochromatic Colors of #3DC961
Black with #3DC961
Text Example
Text Example
White with #3DC961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC961; }
p { color: rgb(61,201,97); }
H1.HeaderClassName
{
color: #3DC961;
}
.AnyTagClassName
{
color: #3DC961;
}
</style>
background-color css
<style>
a { background-color: #3DC961; }
a { background-color: rgb(61,201,97); }
div.DivClassName
{
background-color: #3DC961;
}
.BgClassName
{
background-color: #3DC961;
}
</style>
border-color css
<style>
span { border-color: #3DC961; }
span { border-color: rgb(61,201,97); }
td.TdClassName
{
border-color: #3DC961;
}
.TagClassName
{
border-color: #3DC961;
}
</style>