Shades of Emerald #3CCA5E
Tints of Emerald #3CCA5E
RGB
CMYK
RGB Variations
Color information
#3CCA5E (or 0x3CCA5E) is known color: Emerald. HEX triplet: 3C, CA and 5E. RGB value is (60,202,94). Sum of RGB (Red+Green+Blue) = 60+202+94=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 202 (79.30% from 255 or 56.74% from 356); Blue value is 94 (37.11% from 255 or 26.40% from 356); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCA5E is #C335A1. Grayscale: #939393. Windows color (decimal): -12793250 or 6212156. OLE color: 6212156.
HSL color Cylindrical-coordinate representation of color #3CCA5E: hue angle of 134.37º 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 #3CCA5E is Cyan = 0.70, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 94 | - |
| CMYK | 0.70 | 0 | 0.53 | 0.21 |
| HSL | 134.37º | 0.57% | 0.51% | - |
| HSV(B) | 134.37º | 0.7% | 0.79% | - |
| XYZ | 25 | 44.01 | 17.77 | - |
| YUV | 147.23 | 97.96 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 94 | 0.70 | 0 | 0.53 | 0.21 | 134.37 | 0.57 | 0.51 |
| Hex | 3C | CA | 5E | 46 | 0 | 35 | 15 | 86 | 39 | 33 |
| Octal | 74 | 312 | 136 | 106 | 0 | 65 | 25 | 206 | 71 | 63 |
| Binary | 111100 | 11001010 | 1011110 | 1000110 | 0 | 110101 | 10101 | 10000110 | 111001 | 110011 |
Color Harmonies of #3CCA5E
Complementary color
Monochromatic Colors of #3CCA5E
Black with #3CCA5E
Text Example
Text Example
White with #3CCA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA5E; }
p { color: rgb(60,202,94); }
H1.HeaderClassName
{
color: #3CCA5E;
}
.AnyTagClassName
{
color: #3CCA5E;
}
</style>
background-color css
<style>
a { background-color: #3CCA5E; }
a { background-color: rgb(60,202,94); }
div.DivClassName
{
background-color: #3CCA5E;
}
.BgClassName
{
background-color: #3CCA5E;
}
</style>
border-color css
<style>
span { border-color: #3CCA5E; }
span { border-color: rgb(60,202,94); }
td.TdClassName
{
border-color: #3CCA5E;
}
.TagClassName
{
border-color: #3CCA5E;
}
</style>