Shades of Emerald #3CDC66
Tints of Emerald #3CDC66
RGB
CMYK
RGB Variations
Color information
#3CDC66 (or 0x3CDC66) is known color: Emerald. HEX triplet: 3C, DC and 66. RGB value is (60,220,102). Sum of RGB (Red+Green+Blue) = 60+220+102=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC66 is #C32399. Grayscale: #9F9F9F. Windows color (decimal): -12788634 or 6741052. OLE color: 6741052.
HSL color Cylindrical-coordinate representation of color #3CDC66: hue angle of 135.75º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC66 is Cyan = 0.73, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 102 | - |
| CMYK | 0.73 | 0 | 0.54 | 0.14 |
| HSL | 135.75º | 0.7% | 0.55% | - |
| HSV(B) | 135.75º | 0.73% | 0.86% | - |
| XYZ | 29.85 | 53.11 | 21.25 | - |
| YUV | 158.71 | 95.99 | 57.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 102 | 0.73 | 0 | 0.54 | 0.14 | 135.75 | 0.7 | 0.55 |
| Hex | 3C | DC | 66 | 49 | 0 | 36 | E | 88 | 46 | 37 |
| Octal | 74 | 334 | 146 | 111 | 0 | 66 | 16 | 210 | 106 | 67 |
| Binary | 111100 | 11011100 | 1100110 | 1001001 | 0 | 110110 | 1110 | 10001000 | 1000110 | 110111 |
Color Harmonies of #3CDC66
Complementary color
Monochromatic Colors of #3CDC66
Black with #3CDC66
Text Example
Text Example
White with #3CDC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC66; }
p { color: rgb(60,220,102); }
H1.HeaderClassName
{
color: #3CDC66;
}
.AnyTagClassName
{
color: #3CDC66;
}
</style>
background-color css
<style>
a { background-color: #3CDC66; }
a { background-color: rgb(60,220,102); }
div.DivClassName
{
background-color: #3CDC66;
}
.BgClassName
{
background-color: #3CDC66;
}
</style>
border-color css
<style>
span { border-color: #3CDC66; }
span { border-color: rgb(60,220,102); }
td.TdClassName
{
border-color: #3CDC66;
}
.TagClassName
{
border-color: #3CDC66;
}
</style>