Shades of Emerald #3CC960
Tints of Emerald #3CC960
RGB
CMYK
RGB Variations
Color information
#3CC960 (or 0x3CC960) is known color: Emerald. HEX triplet: 3C, C9 and 60. RGB value is (60,201,96). Sum of RGB (Red+Green+Blue) = 60+201+96=357 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.81% from 357); Green value is 201 (78.91% from 255 or 56.30% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 201 - color contains mainly: green. Hex color #3CC960 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC960 is #C3369F. Grayscale: #939393. Windows color (decimal): -12793504 or 6342972. OLE color: 6342972.
HSL color Cylindrical-coordinate representation of color #3CC960: hue angle of 135.32º 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 #3CC960 is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 201 | 96 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.21 |
| HSL | 135.32º | 0.57% | 0.51% | - |
| HSV(B) | 135.32º | 0.7% | 0.79% | - |
| XYZ | 24.86 | 43.58 | 18.17 | - |
| YUV | 146.87 | 99.29 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 201 | 96 | 0.70 | 0 | 0.52 | 0.21 | 135.32 | 0.57 | 0.51 |
| Hex | 3C | C9 | 60 | 46 | 0 | 34 | 15 | 87 | 39 | 33 |
| Octal | 74 | 311 | 140 | 106 | 0 | 64 | 25 | 207 | 71 | 63 |
| Binary | 111100 | 11001001 | 1100000 | 1000110 | 0 | 110100 | 10101 | 10000111 | 111001 | 110011 |
Color Harmonies of #3CC960
Complementary color
Monochromatic Colors of #3CC960
Black with #3CC960
Text Example
Text Example
White with #3CC960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC960; }
p { color: rgb(60,201,96); }
H1.HeaderClassName
{
color: #3CC960;
}
.AnyTagClassName
{
color: #3CC960;
}
</style>
background-color css
<style>
a { background-color: #3CC960; }
a { background-color: rgb(60,201,96); }
div.DivClassName
{
background-color: #3CC960;
}
.BgClassName
{
background-color: #3CC960;
}
</style>
border-color css
<style>
span { border-color: #3CC960; }
span { border-color: rgb(60,201,96); }
td.TdClassName
{
border-color: #3CC960;
}
.TagClassName
{
border-color: #3CC960;
}
</style>