Shades of Emerald #3CDE7E
Tints of Emerald #3CDE7E
RGB
CMYK
RGB Variations
Color information
#3CDE7E (or 0x3CDE7E) is known color: Emerald. HEX triplet: 3C, DE and 7E. RGB value is (60,222,126). Sum of RGB (Red+Green+Blue) = 60+222+126=408 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.71% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 126 (49.61% from 255 or 30.88% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDE7E is #C32181. Grayscale: #A2A2A2. Windows color (decimal): -12788098 or 8314428. OLE color: 8314428.
HSL color Cylindrical-coordinate representation of color #3CDE7E: hue angle of 144.44º degrees, saturation: 0.71, 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 #3CDE7E is Cyan = 0.73, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 126 | - |
| CMYK | 0.73 | 0 | 0.43 | 0.13 |
| HSL | 144.44º | 0.71% | 0.55% | - |
| HSV(B) | 144.44º | 0.73% | 0.87% | - |
| XYZ | 31.75 | 54.71 | 28.63 | - |
| YUV | 162.62 | 107.33 | 54.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 126 | 0.73 | 0 | 0.43 | 0.13 | 144.44 | 0.71 | 0.55 |
| Hex | 3C | DE | 7E | 49 | 0 | 2B | D | 90 | 47 | 37 |
| Octal | 74 | 336 | 176 | 111 | 0 | 53 | 15 | 220 | 107 | 67 |
| Binary | 111100 | 11011110 | 1111110 | 1001001 | 0 | 101011 | 1101 | 10010000 | 1000111 | 110111 |
Color Harmonies of #3CDE7E
Complementary color
Monochromatic Colors of #3CDE7E
Black with #3CDE7E
Text Example
Text Example
White with #3CDE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE7E; }
p { color: rgb(60,222,126); }
H1.HeaderClassName
{
color: #3CDE7E;
}
.AnyTagClassName
{
color: #3CDE7E;
}
</style>
background-color css
<style>
a { background-color: #3CDE7E; }
a { background-color: rgb(60,222,126); }
div.DivClassName
{
background-color: #3CDE7E;
}
.BgClassName
{
background-color: #3CDE7E;
}
</style>
border-color css
<style>
span { border-color: #3CDE7E; }
span { border-color: rgb(60,222,126); }
td.TdClassName
{
border-color: #3CDE7E;
}
.TagClassName
{
border-color: #3CDE7E;
}
</style>