Shades of Emerald #3DC962
Tints of Emerald #3DC962
RGB
CMYK
RGB Variations
Color information
#3DC962 (or 0x3DC962) is known color: Emerald. HEX triplet: 3D, C9 and 62. RGB value is (61,201,98). Sum of RGB (Red+Green+Blue) = 61+201+98=360 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.94% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #3DC962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC962 is #C2369D. Grayscale: #939393. Windows color (decimal): -12727966 or 6474045. OLE color: 6474045.
HSL color Cylindrical-coordinate representation of color #3DC962: hue angle of 135.86º 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 #3DC962 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 61 | 201 | 98 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.21 |
| HSL | 135.86º | 0.56% | 0.51% | - |
| HSV(B) | 135.86º | 0.7% | 0.79% | - |
| XYZ | 25.02 | 43.65 | 18.66 | - |
| YUV | 147.4 | 100.12 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 201 | 98 | 0.70 | 0 | 0.51 | 0.21 | 135.86 | 0.56 | 0.51 |
| Hex | 3D | C9 | 62 | 46 | 0 | 33 | 15 | 88 | 38 | 33 |
| Octal | 75 | 311 | 142 | 106 | 0 | 63 | 25 | 210 | 70 | 63 |
| Binary | 111101 | 11001001 | 1100010 | 1000110 | 0 | 110011 | 10101 | 10001000 | 111000 | 110011 |
Color Harmonies of #3DC962
Complementary color
Monochromatic Colors of #3DC962
Black with #3DC962
Text Example
Text Example
White with #3DC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC962; }
p { color: rgb(61,201,98); }
H1.HeaderClassName
{
color: #3DC962;
}
.AnyTagClassName
{
color: #3DC962;
}
</style>
background-color css
<style>
a { background-color: #3DC962; }
a { background-color: rgb(61,201,98); }
div.DivClassName
{
background-color: #3DC962;
}
.BgClassName
{
background-color: #3DC962;
}
</style>
border-color css
<style>
span { border-color: #3DC962; }
span { border-color: rgb(61,201,98); }
td.TdClassName
{
border-color: #3DC962;
}
.TagClassName
{
border-color: #3DC962;
}
</style>