Shades of Emerald #3CD566
Tints of Emerald #3CD566
RGB
CMYK
RGB Variations
Color information
#3CD566 (or 0x3CD566) is known color: Emerald. HEX triplet: 3C, D5 and 66. RGB value is (60,213,102). Sum of RGB (Red+Green+Blue) = 60+213+102=375 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16% from 375); Green value is 213 (83.59% from 255 or 56.8% from 375); Blue value is 102 (40.23% from 255 or 27.2% from 375); Max value from RGB is 213 - color contains mainly: green. Hex color #3CD566 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD566 is #C32A99. Grayscale: #9A9A9A. Windows color (decimal): -12790426 or 6739260. OLE color: 6739260.
HSL color Cylindrical-coordinate representation of color #3CD566: hue angle of 136.47º 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 #3CD566 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 213 | 102 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.16 |
| HSL | 136.47º | 0.65% | 0.54% | - |
| HSV(B) | 136.47º | 0.72% | 0.84% | - |
| XYZ | 28.06 | 49.51 | 20.65 | - |
| YUV | 154.6 | 98.31 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 213 | 102 | 0.72 | 0 | 0.52 | 0.16 | 136.47 | 0.65 | 0.54 |
| Hex | 3C | D5 | 66 | 48 | 0 | 34 | 10 | 88 | 41 | 36 |
| Octal | 74 | 325 | 146 | 110 | 0 | 64 | 20 | 210 | 101 | 66 |
| Binary | 111100 | 11010101 | 1100110 | 1001000 | 0 | 110100 | 10000 | 10001000 | 1000001 | 110110 |
Color Harmonies of #3CD566
Complementary color
Monochromatic Colors of #3CD566
Black with #3CD566
Text Example
Text Example
White with #3CD566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD566; }
p { color: rgb(60,213,102); }
H1.HeaderClassName
{
color: #3CD566;
}
.AnyTagClassName
{
color: #3CD566;
}
</style>
background-color css
<style>
a { background-color: #3CD566; }
a { background-color: rgb(60,213,102); }
div.DivClassName
{
background-color: #3CD566;
}
.BgClassName
{
background-color: #3CD566;
}
</style>
border-color css
<style>
span { border-color: #3CD566; }
span { border-color: rgb(60,213,102); }
td.TdClassName
{
border-color: #3CD566;
}
.TagClassName
{
border-color: #3CD566;
}
</style>