Shades of Emerald #3CDE6A
Tints of Emerald #3CDE6A
RGB
CMYK
RGB Variations
Color information
#3CDE6A (or 0x3CDE6A) is known color: Emerald. HEX triplet: 3C, DE and 6A. RGB value is (60,222,106). Sum of RGB (Red+Green+Blue) = 60+222+106=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 106 (41.80% from 255 or 27.32% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDE6A is #C32195. Grayscale: #A0A0A0. Windows color (decimal): -12788118 or 7003708. OLE color: 7003708.
HSL color Cylindrical-coordinate representation of color #3CDE6A: hue angle of 137.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDE6A is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 106 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.13 |
| HSL | 137.04º | 0.71% | 0.55% | - |
| HSV(B) | 137.04º | 0.73% | 0.87% | - |
| XYZ | 30.59 | 54.24 | 22.49 | - |
| YUV | 160.34 | 97.33 | 56.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 106 | 0.73 | 0 | 0.52 | 0.13 | 137.04 | 0.71 | 0.55 |
| Hex | 3C | DE | 6A | 49 | 0 | 34 | D | 89 | 47 | 37 |
| Octal | 74 | 336 | 152 | 111 | 0 | 64 | 15 | 211 | 107 | 67 |
| Binary | 111100 | 11011110 | 1101010 | 1001001 | 0 | 110100 | 1101 | 10001001 | 1000111 | 110111 |
Color Harmonies of #3CDE6A
Complementary color
Monochromatic Colors of #3CDE6A
Black with #3CDE6A
Text Example
Text Example
White with #3CDE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE6A; }
p { color: rgb(60,222,106); }
H1.HeaderClassName
{
color: #3CDE6A;
}
.AnyTagClassName
{
color: #3CDE6A;
}
</style>
background-color css
<style>
a { background-color: #3CDE6A; }
a { background-color: rgb(60,222,106); }
div.DivClassName
{
background-color: #3CDE6A;
}
.BgClassName
{
background-color: #3CDE6A;
}
</style>
border-color css
<style>
span { border-color: #3CDE6A; }
span { border-color: rgb(60,222,106); }
td.TdClassName
{
border-color: #3CDE6A;
}
.TagClassName
{
border-color: #3CDE6A;
}
</style>