Shades of Emerald #3CC982
Tints of Emerald #3CC982
RGB
CMYK
RGB Variations
Color information
#3CC982 (or 0x3CC982) is known color: Emerald. HEX triplet: 3C, C9 and 82. RGB value is (60,201,130). Sum of RGB (Red+Green+Blue) = 60+201+130=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 201 (78.91% from 255 or 51.41% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC982 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CC982 is #C3367D. Grayscale: #969696. Windows color (decimal): -12793470 or 8571196. OLE color: 8571196.
HSL color Cylindrical-coordinate representation of color #3CC982: hue angle of 149.79º 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 #3CC982 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 130 | - |
| CMYK | 0.70 | 0 | 0.35 | 0.21 |
| HSL | 149.79º | 0.57% | 0.51% | - |
| HSV(B) | 149.79º | 0.7% | 0.79% | - |
| XYZ | 26.78 | 44.35 | 28.27 | - |
| YUV | 150.75 | 116.29 | 63.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 130 | 0.70 | 0 | 0.35 | 0.21 | 149.79 | 0.57 | 0.51 |
| Hex | 3C | C9 | 82 | 46 | 0 | 23 | 15 | 96 | 39 | 33 |
| Octal | 74 | 311 | 202 | 106 | 0 | 43 | 25 | 226 | 71 | 63 |
| Binary | 111100 | 11001001 | 10000010 | 1000110 | 0 | 100011 | 10101 | 10010110 | 111001 | 110011 |
Color Harmonies of #3CC982
Complementary color
Monochromatic Colors of #3CC982
Black with #3CC982
Text Example
Text Example
White with #3CC982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC982; }
p { color: rgb(60,201,130); }
H1.HeaderClassName
{
color: #3CC982;
}
.AnyTagClassName
{
color: #3CC982;
}
</style>
background-color css
<style>
a { background-color: #3CC982; }
a { background-color: rgb(60,201,130); }
div.DivClassName
{
background-color: #3CC982;
}
.BgClassName
{
background-color: #3CC982;
}
</style>
border-color css
<style>
span { border-color: #3CC982; }
span { border-color: rgb(60,201,130); }
td.TdClassName
{
border-color: #3CC982;
}
.TagClassName
{
border-color: #3CC982;
}
</style>