Shades of Emerald #3CCA62
Tints of Emerald #3CCA62
RGB
CMYK
RGB Variations
Color information
#3CCA62 (or 0x3CCA62) is known color: Emerald. HEX triplet: 3C, CA and 62. RGB value is (60,202,98). Sum of RGB (Red+Green+Blue) = 60+202+98=360 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.67% from 360); Green value is 202 (79.30% from 255 or 56.11% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 202 - color contains mainly: green. Hex color #3CCA62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCA62 is #C3359D. Grayscale: #939393. Windows color (decimal): -12793246 or 6474300. OLE color: 6474300.
HSL color Cylindrical-coordinate representation of color #3CCA62: hue angle of 136.06º 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 #3CCA62 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 60 | 202 | 98 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.21 |
| HSL | 136.06º | 0.57% | 0.51% | - |
| HSV(B) | 136.06º | 0.7% | 0.79% | - |
| XYZ | 25.19 | 44.08 | 18.74 | - |
| YUV | 147.69 | 99.96 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 202 | 98 | 0.70 | 0 | 0.51 | 0.21 | 136.06 | 0.57 | 0.51 |
| Hex | 3C | CA | 62 | 46 | 0 | 33 | 15 | 88 | 39 | 33 |
| Octal | 74 | 312 | 142 | 106 | 0 | 63 | 25 | 210 | 71 | 63 |
| Binary | 111100 | 11001010 | 1100010 | 1000110 | 0 | 110011 | 10101 | 10001000 | 111001 | 110011 |
Color Harmonies of #3CCA62
Complementary color
Monochromatic Colors of #3CCA62
Black with #3CCA62
Text Example
Text Example
White with #3CCA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCA62; }
p { color: rgb(60,202,98); }
H1.HeaderClassName
{
color: #3CCA62;
}
.AnyTagClassName
{
color: #3CCA62;
}
</style>
background-color css
<style>
a { background-color: #3CCA62; }
a { background-color: rgb(60,202,98); }
div.DivClassName
{
background-color: #3CCA62;
}
.BgClassName
{
background-color: #3CCA62;
}
</style>
border-color css
<style>
span { border-color: #3CCA62; }
span { border-color: rgb(60,202,98); }
td.TdClassName
{
border-color: #3CCA62;
}
.TagClassName
{
border-color: #3CCA62;
}
</style>