Shades of Emerald #3CD77C
Tints of Emerald #3CD77C
RGB
CMYK
RGB Variations
Color information
#3CD77C (or 0x3CD77C) is known color: Emerald. HEX triplet: 3C, D7 and 7C. RGB value is (60,215,124). Sum of RGB (Red+Green+Blue) = 60+215+124=399 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.04% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD77C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD77C is #C32883. Grayscale: #9E9E9E. Windows color (decimal): -12789892 or 8181564. OLE color: 8181564.
HSL color Cylindrical-coordinate representation of color #3CD77C: hue angle of 144.77º degrees, saturation: 0.66, 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 #3CD77C is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 215 | 124 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.16 |
| HSL | 144.77º | 0.66% | 0.54% | - |
| HSV(B) | 144.77º | 0.72% | 0.84% | - |
| XYZ | 29.8 | 51.02 | 27.35 | - |
| YUV | 158.28 | 108.65 | 57.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 215 | 124 | 0.72 | 0 | 0.42 | 0.16 | 144.77 | 0.66 | 0.54 |
| Hex | 3C | D7 | 7C | 48 | 0 | 2A | 10 | 91 | 42 | 36 |
| Octal | 74 | 327 | 174 | 110 | 0 | 52 | 20 | 221 | 102 | 66 |
| Binary | 111100 | 11010111 | 1111100 | 1001000 | 0 | 101010 | 10000 | 10010001 | 1000010 | 110110 |
Color Harmonies of #3CD77C
Complementary color
Monochromatic Colors of #3CD77C
Black with #3CD77C
Text Example
Text Example
White with #3CD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD77C; }
p { color: rgb(60,215,124); }
H1.HeaderClassName
{
color: #3CD77C;
}
.AnyTagClassName
{
color: #3CD77C;
}
</style>
background-color css
<style>
a { background-color: #3CD77C; }
a { background-color: rgb(60,215,124); }
div.DivClassName
{
background-color: #3CD77C;
}
.BgClassName
{
background-color: #3CD77C;
}
</style>
border-color css
<style>
span { border-color: #3CD77C; }
span { border-color: rgb(60,215,124); }
td.TdClassName
{
border-color: #3CD77C;
}
.TagClassName
{
border-color: #3CD77C;
}
</style>