Shades of Emerald #3CD37F
Tints of Emerald #3CD37F
RGB
CMYK
RGB Variations
Color information
#3CD37F (or 0x3CD37F) is known color: Emerald. HEX triplet: 3C, D3 and 7F. RGB value is (60,211,127). Sum of RGB (Red+Green+Blue) = 60+211+127=398 (52% of max value = 765). Red value is 60 (23.83% from 255 or 15.08% from 398); Green value is 211 (82.81% from 255 or 53.02% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD37F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD37F is #C32C80. Grayscale: #9C9C9C. Windows color (decimal): -12790913 or 8377148. OLE color: 8377148.
HSL color Cylindrical-coordinate representation of color #3CD37F: hue angle of 146.62º 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 #3CD37F is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 127 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.17 |
| HSL | 146.62º | 0.63% | 0.53% | - |
| HSV(B) | 146.62º | 0.72% | 0.83% | - |
| XYZ | 28.99 | 49.08 | 28.02 | - |
| YUV | 156.28 | 111.47 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 127 | 0.72 | 0 | 0.40 | 0.17 | 146.62 | 0.63 | 0.53 |
| Hex | 3C | D3 | 7F | 48 | 0 | 28 | 11 | 93 | 3F | 35 |
| Octal | 74 | 323 | 177 | 110 | 0 | 50 | 21 | 223 | 77 | 65 |
| Binary | 111100 | 11010011 | 1111111 | 1001000 | 0 | 101000 | 10001 | 10010011 | 111111 | 110101 |
Color Harmonies of #3CD37F
Complementary color
Monochromatic Colors of #3CD37F
Black with #3CD37F
Text Example
Text Example
White with #3CD37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD37F; }
p { color: rgb(60,211,127); }
H1.HeaderClassName
{
color: #3CD37F;
}
.AnyTagClassName
{
color: #3CD37F;
}
</style>
background-color css
<style>
a { background-color: #3CD37F; }
a { background-color: rgb(60,211,127); }
div.DivClassName
{
background-color: #3CD37F;
}
.BgClassName
{
background-color: #3CD37F;
}
</style>
border-color css
<style>
span { border-color: #3CD37F; }
span { border-color: rgb(60,211,127); }
td.TdClassName
{
border-color: #3CD37F;
}
.TagClassName
{
border-color: #3CD37F;
}
</style>