Shades of Emerald #3CCA76
Tints of Emerald #3CCA76
RGB
CMYK
RGB Variations
Color information
#3CCA76 (or 0x3CCA76) is known color: Emerald. HEX triplet: 3C, CA and 76. RGB value is (60,202,118). Sum of RGB (Red+Green+Blue) = 60+202+118=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 202 (79.30% from 255 or 53.16% from 380); Blue value is 118 (46.48% from 255 or 31.05% from 380); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCA76 is #C33589. Grayscale: #969696. Windows color (decimal): -12793226 or 7785020. OLE color: 7785020.
HSL color Cylindrical-coordinate representation of color #3CCA76: hue angle of 144.51º 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 #3CCA76 is Cyan = 0.70, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 118 | - |
| CMYK | 0.70 | 0 | 0.42 | 0.21 |
| HSL | 144.51º | 0.57% | 0.51% | - |
| HSV(B) | 144.51º | 0.7% | 0.79% | - |
| XYZ | 26.25 | 44.51 | 24.35 | - |
| YUV | 149.97 | 109.96 | 63.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 118 | 0.70 | 0 | 0.42 | 0.21 | 144.51 | 0.57 | 0.51 |
| Hex | 3C | CA | 76 | 46 | 0 | 2A | 15 | 91 | 39 | 33 |
| Octal | 74 | 312 | 166 | 106 | 0 | 52 | 25 | 221 | 71 | 63 |
| Binary | 111100 | 11001010 | 1110110 | 1000110 | 0 | 101010 | 10101 | 10010001 | 111001 | 110011 |
Color Harmonies of #3CCA76
Complementary color
Monochromatic Colors of #3CCA76
Black with #3CCA76
Text Example
Text Example
White with #3CCA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA76; }
p { color: rgb(60,202,118); }
H1.HeaderClassName
{
color: #3CCA76;
}
.AnyTagClassName
{
color: #3CCA76;
}
</style>
background-color css
<style>
a { background-color: #3CCA76; }
a { background-color: rgb(60,202,118); }
div.DivClassName
{
background-color: #3CCA76;
}
.BgClassName
{
background-color: #3CCA76;
}
</style>
border-color css
<style>
span { border-color: #3CCA76; }
span { border-color: rgb(60,202,118); }
td.TdClassName
{
border-color: #3CCA76;
}
.TagClassName
{
border-color: #3CCA76;
}
</style>