Shades of Emerald #3CD384
Tints of Emerald #3CD384
RGB
CMYK
RGB Variations
Color information
#3CD384 (or 0x3CD384) is known color: Emerald. HEX triplet: 3C, D3 and 84. RGB value is (60,211,132). Sum of RGB (Red+Green+Blue) = 60+211+132=403 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.89% from 403); Green value is 211 (82.81% from 255 or 52.36% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD384 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CD384 is #C32C7B. Grayscale: #9D9D9D. Windows color (decimal): -12790908 or 8704828. OLE color: 8704828.
HSL color Cylindrical-coordinate representation of color #3CD384: hue angle of 148.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CD384 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 132 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.17 |
| HSL | 148.61º | 0.63% | 0.53% | - |
| HSV(B) | 148.61º | 0.72% | 0.83% | - |
| XYZ | 29.32 | 49.22 | 29.78 | - |
| YUV | 156.85 | 113.97 | 58.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 132 | 0.72 | 0 | 0.37 | 0.17 | 148.61 | 0.63 | 0.53 |
| Hex | 3C | D3 | 84 | 48 | 0 | 25 | 11 | 95 | 3F | 35 |
| Octal | 74 | 323 | 204 | 110 | 0 | 45 | 21 | 225 | 77 | 65 |
| Binary | 111100 | 11010011 | 10000100 | 1001000 | 0 | 100101 | 10001 | 10010101 | 111111 | 110101 |
Color Harmonies of #3CD384
Complementary color
Monochromatic Colors of #3CD384
Black with #3CD384
Text Example
Text Example
White with #3CD384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD384; }
p { color: rgb(60,211,132); }
H1.HeaderClassName
{
color: #3CD384;
}
.AnyTagClassName
{
color: #3CD384;
}
</style>
background-color css
<style>
a { background-color: #3CD384; }
a { background-color: rgb(60,211,132); }
div.DivClassName
{
background-color: #3CD384;
}
.BgClassName
{
background-color: #3CD384;
}
</style>
border-color css
<style>
span { border-color: #3CD384; }
span { border-color: rgb(60,211,132); }
td.TdClassName
{
border-color: #3CD384;
}
.TagClassName
{
border-color: #3CD384;
}
</style>