Shades of Emerald #3CD365
Tints of Emerald #3CD365
RGB
CMYK
RGB Variations
Color information
#3CD365 (or 0x3CD365) is known color: Emerald. HEX triplet: 3C, D3 and 65. RGB value is (60,211,101). Sum of RGB (Red+Green+Blue) = 60+211+101=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 211 (82.81% from 255 or 56.72% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 211 - color contains mainly: green. Hex color #3CD365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD365 is #C32C9A. Grayscale: #999999. Windows color (decimal): -12790939 or 6673212. OLE color: 6673212.
HSL color Cylindrical-coordinate representation of color #3CD365: hue angle of 136.29º 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 #3CD365 is Cyan = 0.72, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 211 | 101 | - |
| CMYK | 0.72 | 0 | 0.52 | 0.17 |
| HSL | 136.29º | 0.63% | 0.53% | - |
| HSV(B) | 136.29º | 0.72% | 0.83% | - |
| XYZ | 27.51 | 48.49 | 20.22 | - |
| YUV | 153.31 | 98.47 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 211 | 101 | 0.72 | 0 | 0.52 | 0.17 | 136.29 | 0.63 | 0.53 |
| Hex | 3C | D3 | 65 | 48 | 0 | 34 | 11 | 88 | 3F | 35 |
| Octal | 74 | 323 | 145 | 110 | 0 | 64 | 21 | 210 | 77 | 65 |
| Binary | 111100 | 11010011 | 1100101 | 1001000 | 0 | 110100 | 10001 | 10001000 | 111111 | 110101 |
Color Harmonies of #3CD365
Complementary color
Monochromatic Colors of #3CD365
Black with #3CD365
Text Example
Text Example
White with #3CD365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD365; }
p { color: rgb(60,211,101); }
H1.HeaderClassName
{
color: #3CD365;
}
.AnyTagClassName
{
color: #3CD365;
}
</style>
background-color css
<style>
a { background-color: #3CD365; }
a { background-color: rgb(60,211,101); }
div.DivClassName
{
background-color: #3CD365;
}
.BgClassName
{
background-color: #3CD365;
}
</style>
border-color css
<style>
span { border-color: #3CD365; }
span { border-color: rgb(60,211,101); }
td.TdClassName
{
border-color: #3CD365;
}
.TagClassName
{
border-color: #3CD365;
}
</style>