Shades of Emerald #3CDD74
Tints of Emerald #3CDD74
RGB
CMYK
RGB Variations
Color information
#3CDD74 (or 0x3CDD74) is known color: Emerald. HEX triplet: 3C, DD and 74. RGB value is (60,221,116). Sum of RGB (Red+Green+Blue) = 60+221+116=397 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.11% from 397); Green value is 221 (86.72% from 255 or 55.67% from 397); Blue value is 116 (45.70% from 255 or 29.22% from 397); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD74 is #C3228B. Grayscale: #A1A1A1. Windows color (decimal): -12788364 or 7658812. OLE color: 7658812.
HSL color Cylindrical-coordinate representation of color #3CDD74: hue angle of 140.87º degrees, saturation: 0.7, 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 #3CDD74 is Cyan = 0.73, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 116 | - |
| CMYK | 0.73 | 0 | 0.48 | 0.13 |
| HSL | 140.87º | 0.7% | 0.55% | - |
| HSV(B) | 140.87º | 0.73% | 0.87% | - |
| XYZ | 30.87 | 53.93 | 25.31 | - |
| YUV | 160.89 | 102.66 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 116 | 0.73 | 0 | 0.48 | 0.13 | 140.87 | 0.7 | 0.55 |
| Hex | 3C | DD | 74 | 49 | 0 | 30 | D | 8D | 46 | 37 |
| Octal | 74 | 335 | 164 | 111 | 0 | 60 | 15 | 215 | 106 | 67 |
| Binary | 111100 | 11011101 | 1110100 | 1001001 | 0 | 110000 | 1101 | 10001101 | 1000110 | 110111 |
Color Harmonies of #3CDD74
Complementary color
Monochromatic Colors of #3CDD74
Black with #3CDD74
Text Example
Text Example
White with #3CDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD74; }
p { color: rgb(60,221,116); }
H1.HeaderClassName
{
color: #3CDD74;
}
.AnyTagClassName
{
color: #3CDD74;
}
</style>
background-color css
<style>
a { background-color: #3CDD74; }
a { background-color: rgb(60,221,116); }
div.DivClassName
{
background-color: #3CDD74;
}
.BgClassName
{
background-color: #3CDD74;
}
</style>
border-color css
<style>
span { border-color: #3CDD74; }
span { border-color: rgb(60,221,116); }
td.TdClassName
{
border-color: #3CDD74;
}
.TagClassName
{
border-color: #3CDD74;
}
</style>