Shades of Emerald #3CDE80
Tints of Emerald #3CDE80
RGB
CMYK
RGB Variations
Color information
#3CDE80 (or 0x3CDE80) is known color: Emerald. HEX triplet: 3C, DE and 80. RGB value is (60,222,128). Sum of RGB (Red+Green+Blue) = 60+222+128=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 222 (87.11% from 255 or 54.15% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CDE80 is #C3217F. Grayscale: #A3A3A3. Windows color (decimal): -12788096 or 8445500. OLE color: 8445500.
HSL color Cylindrical-coordinate representation of color #3CDE80: hue angle of 145.19º 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 #3CDE80 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 128 | - |
| CMYK | 0.73 | 0 | 0.42 | 0.13 |
| HSL | 145.19º | 0.71% | 0.55% | - |
| HSV(B) | 145.19º | 0.73% | 0.87% | - |
| XYZ | 31.88 | 54.76 | 29.31 | - |
| YUV | 162.85 | 108.33 | 54.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 128 | 0.73 | 0 | 0.42 | 0.13 | 145.19 | 0.71 | 0.55 |
| Hex | 3C | DE | 80 | 49 | 0 | 2A | D | 91 | 47 | 37 |
| Octal | 74 | 336 | 200 | 111 | 0 | 52 | 15 | 221 | 107 | 67 |
| Binary | 111100 | 11011110 | 10000000 | 1001001 | 0 | 101010 | 1101 | 10010001 | 1000111 | 110111 |
Color Harmonies of #3CDE80
Complementary color
Monochromatic Colors of #3CDE80
Black with #3CDE80
Text Example
Text Example
White with #3CDE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE80; }
p { color: rgb(60,222,128); }
H1.HeaderClassName
{
color: #3CDE80;
}
.AnyTagClassName
{
color: #3CDE80;
}
</style>
background-color css
<style>
a { background-color: #3CDE80; }
a { background-color: rgb(60,222,128); }
div.DivClassName
{
background-color: #3CDE80;
}
.BgClassName
{
background-color: #3CDE80;
}
</style>
border-color css
<style>
span { border-color: #3CDE80; }
span { border-color: rgb(60,222,128); }
td.TdClassName
{
border-color: #3CDE80;
}
.TagClassName
{
border-color: #3CDE80;
}
</style>