Shades of Emerald #3CC962
Tints of Emerald #3CC962
RGB
CMYK
RGB Variations
Color information
#3CC962 (or 0x3CC962) is known color: Emerald. HEX triplet: 3C, C9 and 62. RGB value is (60,201,98). Sum of RGB (Red+Green+Blue) = 60+201+98=359 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.71% from 359); Green value is 201 (78.91% from 255 or 55.99% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC962 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC962 is #C3369D. Grayscale: #939393. Windows color (decimal): -12793502 or 6474044. OLE color: 6474044.
HSL color Cylindrical-coordinate representation of color #3CC962: hue angle of 136.17º degrees, saturation: 0.57, 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 #3CC962 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 98 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.21 |
| HSL | 136.17º | 0.57% | 0.51% | - |
| HSV(B) | 136.17º | 0.7% | 0.79% | - |
| XYZ | 24.95 | 43.62 | 18.66 | - |
| YUV | 147.1 | 100.29 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 98 | 0.70 | 0 | 0.51 | 0.21 | 136.17 | 0.57 | 0.51 |
| Hex | 3C | C9 | 62 | 46 | 0 | 33 | 15 | 88 | 39 | 33 |
| Octal | 74 | 311 | 142 | 106 | 0 | 63 | 25 | 210 | 71 | 63 |
| Binary | 111100 | 11001001 | 1100010 | 1000110 | 0 | 110011 | 10101 | 10001000 | 111001 | 110011 |
Color Harmonies of #3CC962
Complementary color
Monochromatic Colors of #3CC962
Black with #3CC962
Text Example
Text Example
White with #3CC962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC962; }
p { color: rgb(60,201,98); }
H1.HeaderClassName
{
color: #3CC962;
}
.AnyTagClassName
{
color: #3CC962;
}
</style>
background-color css
<style>
a { background-color: #3CC962; }
a { background-color: rgb(60,201,98); }
div.DivClassName
{
background-color: #3CC962;
}
.BgClassName
{
background-color: #3CC962;
}
</style>
border-color css
<style>
span { border-color: #3CC962; }
span { border-color: rgb(60,201,98); }
td.TdClassName
{
border-color: #3CC962;
}
.TagClassName
{
border-color: #3CC962;
}
</style>