Shades of Emerald #3CCD7B
Tints of Emerald #3CCD7B
RGB
CMYK
RGB Variations
Color information
#3CCD7B (or 0x3CCD7B) is known color: Emerald. HEX triplet: 3C, CD and 7B. RGB value is (60,205,123). Sum of RGB (Red+Green+Blue) = 60+205+123=388 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.46% from 388); Green value is 205 (80.47% from 255 or 52.84% from 388); Blue value is 123 (48.44% from 255 or 31.70% from 388); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CCD7B is #C33284. Grayscale: #989898. Windows color (decimal): -12792453 or 8113468. OLE color: 8113468.
HSL color Cylindrical-coordinate representation of color #3CCD7B: hue angle of 146.07º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CCD7B is Cyan = 0.71, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 60 | 205 | 123 | - |
| CMYK | 0.71 | 0 | 0.4 | 0.20 |
| HSL | 146.07º | 0.59% | 0.52% | - |
| HSV(B) | 146.07º | 0.71% | 0.8% | - |
| XYZ | 27.27 | 46.05 | 26.19 | - |
| YUV | 152.3 | 111.46 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 123 | 0.71 | 0 | 0.4 | 0.20 | 146.07 | 0.59 | 0.52 |
| Hex | 3C | CD | 7B | 47 | 0 | 28 | 14 | 92 | 3B | 34 |
| Octal | 74 | 315 | 173 | 107 | 0 | 50 | 24 | 222 | 73 | 64 |
| Binary | 111100 | 11001101 | 1111011 | 1000111 | 0 | 101000 | 10100 | 10010010 | 111011 | 110100 |
Color Harmonies of #3CCD7B
Complementary color
Monochromatic Colors of #3CCD7B
Black with #3CCD7B
Text Example
Text Example
White with #3CCD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCD7B; }
p { color: rgb(60,205,123); }
H1.HeaderClassName
{
color: #3CCD7B;
}
.AnyTagClassName
{
color: #3CCD7B;
}
</style>
background-color css
<style>
a { background-color: #3CCD7B; }
a { background-color: rgb(60,205,123); }
div.DivClassName
{
background-color: #3CCD7B;
}
.BgClassName
{
background-color: #3CCD7B;
}
</style>
border-color css
<style>
span { border-color: #3CCD7B; }
span { border-color: rgb(60,205,123); }
td.TdClassName
{
border-color: #3CCD7B;
}
.TagClassName
{
border-color: #3CCD7B;
}
</style>