Shades of Emerald #3CCC6F
Tints of Emerald #3CCC6F
RGB
CMYK
RGB Variations
Color information
#3CCC6F (or 0x3CCC6F) is known color: Emerald. HEX triplet: 3C, CC and 6F. RGB value is (60,204,111). Sum of RGB (Red+Green+Blue) = 60+204+111=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 111 (43.75% from 255 or 29.6% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCC6F is #C33390. Grayscale: #969696. Windows color (decimal): -12792721 or 7326780. OLE color: 7326780.
HSL color Cylindrical-coordinate representation of color #3CCC6F: hue angle of 141.25º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCC6F is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 60 | 204 | 111 | - |
| CMYK | 0.71 | 0 | 0.46 | 0.2 |
| HSL | 141.25º | 0.59% | 0.52% | - |
| HSV(B) | 141.25º | 0.71% | 0.8% | - |
| XYZ | 26.33 | 45.29 | 22.39 | - |
| YUV | 150.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 111 | 0.71 | 0 | 0.46 | 0.2 | 141.25 | 0.59 | 0.52 |
| Hex | 3C | CC | 6F | 47 | 0 | 2E | 14 | 8D | 3B | 34 |
| Octal | 74 | 314 | 157 | 107 | 0 | 56 | 24 | 215 | 73 | 64 |
| Binary | 111100 | 11001100 | 1101111 | 1000111 | 0 | 101110 | 10100 | 10001101 | 111011 | 110100 |
Color Harmonies of #3CCC6F
Complementary color
Monochromatic Colors of #3CCC6F
Black with #3CCC6F
Text Example
Text Example
White with #3CCC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCC6F; }
p { color: rgb(60,204,111); }
H1.HeaderClassName
{
color: #3CCC6F;
}
.AnyTagClassName
{
color: #3CCC6F;
}
</style>
background-color css
<style>
a { background-color: #3CCC6F; }
a { background-color: rgb(60,204,111); }
div.DivClassName
{
background-color: #3CCC6F;
}
.BgClassName
{
background-color: #3CCC6F;
}
</style>
border-color css
<style>
span { border-color: #3CCC6F; }
span { border-color: rgb(60,204,111); }
td.TdClassName
{
border-color: #3CCC6F;
}
.TagClassName
{
border-color: #3CCC6F;
}
</style>