Shades of Emerald #3CDD7D
Tints of Emerald #3CDD7D
RGB
CMYK
RGB Variations
Color information
#3CDD7D (or 0x3CDD7D) is known color: Emerald. HEX triplet: 3C, DD and 7D. RGB value is (60,221,125). Sum of RGB (Red+Green+Blue) = 60+221+125=406 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.78% from 406); Green value is 221 (86.72% from 255 or 54.43% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 221 - color contains mainly: green. Hex color #3CDD7D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDD7D is #C32282. Grayscale: #A2A2A2. Windows color (decimal): -12788355 or 8248636. OLE color: 8248636.
HSL color Cylindrical-coordinate representation of color #3CDD7D: hue angle of 144.22º 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 #3CDD7D is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 221 | 125 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.13 |
| HSL | 144.22º | 0.7% | 0.55% | - |
| HSV(B) | 144.22º | 0.73% | 0.87% | - |
| XYZ | 31.42 | 54.15 | 28.2 | - |
| YUV | 161.92 | 107.16 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 221 | 125 | 0.73 | 0 | 0.43 | 0.13 | 144.22 | 0.7 | 0.55 |
| Hex | 3C | DD | 7D | 49 | 0 | 2B | D | 90 | 46 | 37 |
| Octal | 74 | 335 | 175 | 111 | 0 | 53 | 15 | 220 | 106 | 67 |
| Binary | 111100 | 11011101 | 1111101 | 1001001 | 0 | 101011 | 1101 | 10010000 | 1000110 | 110111 |
Color Harmonies of #3CDD7D
Complementary color
Monochromatic Colors of #3CDD7D
Black with #3CDD7D
Text Example
Text Example
White with #3CDD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDD7D; }
p { color: rgb(60,221,125); }
H1.HeaderClassName
{
color: #3CDD7D;
}
.AnyTagClassName
{
color: #3CDD7D;
}
</style>
background-color css
<style>
a { background-color: #3CDD7D; }
a { background-color: rgb(60,221,125); }
div.DivClassName
{
background-color: #3CDD7D;
}
.BgClassName
{
background-color: #3CDD7D;
}
</style>
border-color css
<style>
span { border-color: #3CDD7D; }
span { border-color: rgb(60,221,125); }
td.TdClassName
{
border-color: #3CDD7D;
}
.TagClassName
{
border-color: #3CDD7D;
}
</style>