Shades of Emerald #3CD666
Tints of Emerald #3CD666
RGB
CMYK
RGB Variations
Color information
#3CD666 (or 0x3CD666) is known color: Emerald. HEX triplet: 3C, D6 and 66. RGB value is (60,214,102). Sum of RGB (Red+Green+Blue) = 60+214+102=376 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.96% from 376); Green value is 214 (83.98% from 255 or 56.91% from 376); Blue value is 102 (40.23% from 255 or 27.13% from 376); Max value from RGB is 214 - color contains mainly: green. Hex color #3CD666 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD666 is #C32999. Grayscale: #9B9B9B. Windows color (decimal): -12790170 or 6739516. OLE color: 6739516.
HSL color Cylindrical-coordinate representation of color #3CD666: hue angle of 136.36º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD666 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 214 | 102 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.16 |
| HSL | 136.36º | 0.65% | 0.54% | - |
| HSV(B) | 136.36º | 0.72% | 0.84% | - |
| XYZ | 28.31 | 50.01 | 20.73 | - |
| YUV | 155.19 | 97.98 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 214 | 102 | 0.72 | 0 | 0.52 | 0.16 | 136.36 | 0.65 | 0.54 |
| Hex | 3C | D6 | 66 | 48 | 0 | 34 | 10 | 88 | 41 | 36 |
| Octal | 74 | 326 | 146 | 110 | 0 | 64 | 20 | 210 | 101 | 66 |
| Binary | 111100 | 11010110 | 1100110 | 1001000 | 0 | 110100 | 10000 | 10001000 | 1000001 | 110110 |
Color Harmonies of #3CD666
Complementary color
Monochromatic Colors of #3CD666
Black with #3CD666
Text Example
Text Example
White with #3CD666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD666; }
p { color: rgb(60,214,102); }
H1.HeaderClassName
{
color: #3CD666;
}
.AnyTagClassName
{
color: #3CD666;
}
</style>
background-color css
<style>
a { background-color: #3CD666; }
a { background-color: rgb(60,214,102); }
div.DivClassName
{
background-color: #3CD666;
}
.BgClassName
{
background-color: #3CD666;
}
</style>
border-color css
<style>
span { border-color: #3CD666; }
span { border-color: rgb(60,214,102); }
td.TdClassName
{
border-color: #3CD666;
}
.TagClassName
{
border-color: #3CD666;
}
</style>