Shades of Emerald #3CD37A
Tints of Emerald #3CD37A
RGB
CMYK
RGB Variations
Color information
#3CD37A (or 0x3CD37A) is known color: Emerald. HEX triplet: 3C, D3 and 7A. RGB value is (60,211,122). Sum of RGB (Red+Green+Blue) = 60+211+122=393 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.27% from 393); Green value is 211 (82.81% from 255 or 53.69% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD37A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD37A is #C32C85. Grayscale: #9B9B9B. Windows color (decimal): -12790918 or 8049468. OLE color: 8049468.
HSL color Cylindrical-coordinate representation of color #3CD37A: hue angle of 144.64º 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 #3CD37A is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 122 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.17 |
| HSL | 144.64º | 0.63% | 0.53% | - |
| HSV(B) | 144.64º | 0.72% | 0.83% | - |
| XYZ | 28.67 | 48.95 | 26.35 | - |
| YUV | 155.71 | 108.97 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 122 | 0.72 | 0 | 0.42 | 0.17 | 144.64 | 0.63 | 0.53 |
| Hex | 3C | D3 | 7A | 48 | 0 | 2A | 11 | 91 | 3F | 35 |
| Octal | 74 | 323 | 172 | 110 | 0 | 52 | 21 | 221 | 77 | 65 |
| Binary | 111100 | 11010011 | 1111010 | 1001000 | 0 | 101010 | 10001 | 10010001 | 111111 | 110101 |
Color Harmonies of #3CD37A
Complementary color
Monochromatic Colors of #3CD37A
Black with #3CD37A
Text Example
Text Example
White with #3CD37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD37A; }
p { color: rgb(60,211,122); }
H1.HeaderClassName
{
color: #3CD37A;
}
.AnyTagClassName
{
color: #3CD37A;
}
</style>
background-color css
<style>
a { background-color: #3CD37A; }
a { background-color: rgb(60,211,122); }
div.DivClassName
{
background-color: #3CD37A;
}
.BgClassName
{
background-color: #3CD37A;
}
</style>
border-color css
<style>
span { border-color: #3CD37A; }
span { border-color: rgb(60,211,122); }
td.TdClassName
{
border-color: #3CD37A;
}
.TagClassName
{
border-color: #3CD37A;
}
</style>