Shades of Emerald #3CD77A
Tints of Emerald #3CD77A
RGB
CMYK
RGB Variations
Color information
#3CD77A (or 0x3CD77A) is known color: Emerald. HEX triplet: 3C, D7 and 7A. RGB value is (60,215,122). Sum of RGB (Red+Green+Blue) = 60+215+122=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #3CD77A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD77A is #C32885. Grayscale: #9E9E9E. Windows color (decimal): -12789894 or 8050492. OLE color: 8050492.
HSL color Cylindrical-coordinate representation of color #3CD77A: hue angle of 144º 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 #3CD77A is Cyan = 0.72, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 60 | 215 | 122 | - |
| CMYK | 0.72 | 0 | 0.43 | 0.16 |
| HSL | 144º | 0.66% | 0.54% | - |
| HSV(B) | 144º | 0.72% | 0.84% | - |
| XYZ | 29.68 | 50.97 | 26.69 | - |
| YUV | 158.05 | 107.65 | 58.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 215 | 122 | 0.72 | 0 | 0.43 | 0.16 | 144 | 0.66 | 0.54 |
| Hex | 3C | D7 | 7A | 48 | 0 | 2B | 10 | 90 | 42 | 36 |
| Octal | 74 | 327 | 172 | 110 | 0 | 53 | 20 | 220 | 102 | 66 |
| Binary | 111100 | 11010111 | 1111010 | 1001000 | 0 | 101011 | 10000 | 10010000 | 1000010 | 110110 |
Color Harmonies of #3CD77A
Complementary color
Monochromatic Colors of #3CD77A
Black with #3CD77A
Text Example
Text Example
White with #3CD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD77A; }
p { color: rgb(60,215,122); }
H1.HeaderClassName
{
color: #3CD77A;
}
.AnyTagClassName
{
color: #3CD77A;
}
</style>
background-color css
<style>
a { background-color: #3CD77A; }
a { background-color: rgb(60,215,122); }
div.DivClassName
{
background-color: #3CD77A;
}
.BgClassName
{
background-color: #3CD77A;
}
</style>
border-color css
<style>
span { border-color: #3CD77A; }
span { border-color: rgb(60,215,122); }
td.TdClassName
{
border-color: #3CD77A;
}
.TagClassName
{
border-color: #3CD77A;
}
</style>