Shades of Emerald #3CDC78
Tints of Emerald #3CDC78
RGB
CMYK
RGB Variations
Color information
#3CDC78 (or 0x3CDC78) is known color: Emerald. HEX triplet: 3C, DC and 78. RGB value is (60,220,120). Sum of RGB (Red+Green+Blue) = 60+220+120=400 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15% from 400); Green value is 220 (86.33% from 255 or 55% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 220 - color contains mainly: green. Hex color #3CDC78 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDC78 is #C32387. Grayscale: #A0A0A0. Windows color (decimal): -12788616 or 7920700. OLE color: 7920700.
HSL color Cylindrical-coordinate representation of color #3CDC78: hue angle of 142.5º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDC78 is Cyan = 0.73, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 60 | 220 | 120 | - |
| CMYK | 0.73 | 0 | 0.45 | 0.14 |
| HSL | 142.5º | 0.7% | 0.55% | - |
| HSV(B) | 142.5º | 0.73% | 0.86% | - |
| XYZ | 30.85 | 53.5 | 26.47 | - |
| YUV | 160.76 | 104.99 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 220 | 120 | 0.73 | 0 | 0.45 | 0.14 | 142.5 | 0.7 | 0.55 |
| Hex | 3C | DC | 78 | 49 | 0 | 2D | E | 8E | 46 | 37 |
| Octal | 74 | 334 | 170 | 111 | 0 | 55 | 16 | 216 | 106 | 67 |
| Binary | 111100 | 11011100 | 1111000 | 1001001 | 0 | 101101 | 1110 | 10001110 | 1000110 | 110111 |
Color Harmonies of #3CDC78
Complementary color
Monochromatic Colors of #3CDC78
Black with #3CDC78
Text Example
Text Example
White with #3CDC78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDC78; }
p { color: rgb(60,220,120); }
H1.HeaderClassName
{
color: #3CDC78;
}
.AnyTagClassName
{
color: #3CDC78;
}
</style>
background-color css
<style>
a { background-color: #3CDC78; }
a { background-color: rgb(60,220,120); }
div.DivClassName
{
background-color: #3CDC78;
}
.BgClassName
{
background-color: #3CDC78;
}
</style>
border-color css
<style>
span { border-color: #3CDC78; }
span { border-color: rgb(60,220,120); }
td.TdClassName
{
border-color: #3CDC78;
}
.TagClassName
{
border-color: #3CDC78;
}
</style>