Shades of Emerald #3CD373
Tints of Emerald #3CD373
RGB
CMYK
RGB Variations
Color information
#3CD373 (or 0x3CD373) is known color: Emerald. HEX triplet: 3C, D3 and 73. RGB value is (60,211,115). Sum of RGB (Red+Green+Blue) = 60+211+115=386 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.54% from 386); Green value is 211 (82.81% from 255 or 54.66% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD373 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD373 is #C32C8C. Grayscale: #9B9B9B. Windows color (decimal): -12790925 or 7590716. OLE color: 7590716.
HSL color Cylindrical-coordinate representation of color #3CD373: hue angle of 141.85º 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 #3CD373 is Cyan = 0.72, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 115 | - |
| CMYK | 0.72 | 0 | 0.45 | 0.17 |
| HSL | 141.85º | 0.63% | 0.53% | - |
| HSV(B) | 141.85º | 0.72% | 0.83% | - |
| XYZ | 28.25 | 48.79 | 24.15 | - |
| YUV | 154.91 | 105.47 | 60.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 115 | 0.72 | 0 | 0.45 | 0.17 | 141.85 | 0.63 | 0.53 |
| Hex | 3C | D3 | 73 | 48 | 0 | 2D | 11 | 8E | 3F | 35 |
| Octal | 74 | 323 | 163 | 110 | 0 | 55 | 21 | 216 | 77 | 65 |
| Binary | 111100 | 11010011 | 1110011 | 1001000 | 0 | 101101 | 10001 | 10001110 | 111111 | 110101 |
Color Harmonies of #3CD373
Complementary color
Monochromatic Colors of #3CD373
Black with #3CD373
Text Example
Text Example
White with #3CD373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD373; }
p { color: rgb(60,211,115); }
H1.HeaderClassName
{
color: #3CD373;
}
.AnyTagClassName
{
color: #3CD373;
}
</style>
background-color css
<style>
a { background-color: #3CD373; }
a { background-color: rgb(60,211,115); }
div.DivClassName
{
background-color: #3CD373;
}
.BgClassName
{
background-color: #3CD373;
}
</style>
border-color css
<style>
span { border-color: #3CD373; }
span { border-color: rgb(60,211,115); }
td.TdClassName
{
border-color: #3CD373;
}
.TagClassName
{
border-color: #3CD373;
}
</style>