Shades of Emerald #3CD376
Tints of Emerald #3CD376
RGB
CMYK
RGB Variations
Color information
#3CD376 (or 0x3CD376) is known color: Emerald. HEX triplet: 3C, D3 and 76. RGB value is (60,211,118). Sum of RGB (Red+Green+Blue) = 60+211+118=389 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.42% from 389); Green value is 211 (82.81% from 255 or 54.24% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD376 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD376 is #C32C89. Grayscale: #9B9B9B. Windows color (decimal): -12790922 or 7787324. OLE color: 7787324.
HSL color Cylindrical-coordinate representation of color #3CD376: hue angle of 143.05º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD376 is Cyan = 0.72, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 118 | - |
| CMYK | 0.72 | 0 | 0.44 | 0.17 |
| HSL | 143.05º | 0.63% | 0.53% | - |
| HSV(B) | 143.05º | 0.72% | 0.83% | - |
| XYZ | 28.43 | 48.86 | 25.07 | - |
| YUV | 155.25 | 106.97 | 60.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 118 | 0.72 | 0 | 0.44 | 0.17 | 143.05 | 0.63 | 0.53 |
| Hex | 3C | D3 | 76 | 48 | 0 | 2C | 11 | 8F | 3F | 35 |
| Octal | 74 | 323 | 166 | 110 | 0 | 54 | 21 | 217 | 77 | 65 |
| Binary | 111100 | 11010011 | 1110110 | 1001000 | 0 | 101100 | 10001 | 10001111 | 111111 | 110101 |
Color Harmonies of #3CD376
Complementary color
Monochromatic Colors of #3CD376
Black with #3CD376
Text Example
Text Example
White with #3CD376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD376; }
p { color: rgb(60,211,118); }
H1.HeaderClassName
{
color: #3CD376;
}
.AnyTagClassName
{
color: #3CD376;
}
</style>
background-color css
<style>
a { background-color: #3CD376; }
a { background-color: rgb(60,211,118); }
div.DivClassName
{
background-color: #3CD376;
}
.BgClassName
{
background-color: #3CD376;
}
</style>
border-color css
<style>
span { border-color: #3CD376; }
span { border-color: rgb(60,211,118); }
td.TdClassName
{
border-color: #3CD376;
}
.TagClassName
{
border-color: #3CD376;
}
</style>