Shades of Emerald #3CD265
Tints of Emerald #3CD265
RGB
CMYK
RGB Variations
Color information
#3CD265 (or 0x3CD265) is known color: Emerald. HEX triplet: 3C, D2 and 65. RGB value is (60,210,101). Sum of RGB (Red+Green+Blue) = 60+210+101=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD265 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD265 is #C32D9A. Grayscale: #999999. Windows color (decimal): -12791195 or 6672956. OLE color: 6672956.
HSL color Cylindrical-coordinate representation of color #3CD265: hue angle of 136.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CD265 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 101 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.18 |
| HSL | 136.4º | 0.63% | 0.53% | - |
| HSV(B) | 136.4º | 0.71% | 0.82% | - |
| XYZ | 27.26 | 47.99 | 20.14 | - |
| YUV | 152.72 | 98.81 | 61.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 101 | 0.71 | 0 | 0.52 | 0.18 | 136.4 | 0.63 | 0.53 |
| Hex | 3C | D2 | 65 | 47 | 0 | 34 | 12 | 88 | 3E | 35 |
| Octal | 74 | 322 | 145 | 107 | 0 | 64 | 22 | 210 | 76 | 65 |
| Binary | 111100 | 11010010 | 1100101 | 1000111 | 0 | 110100 | 10010 | 10001000 | 111110 | 110101 |
Color Harmonies of #3CD265
Complementary color
Monochromatic Colors of #3CD265
Black with #3CD265
Text Example
Text Example
White with #3CD265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD265; }
p { color: rgb(60,210,101); }
H1.HeaderClassName
{
color: #3CD265;
}
.AnyTagClassName
{
color: #3CD265;
}
</style>
background-color css
<style>
a { background-color: #3CD265; }
a { background-color: rgb(60,210,101); }
div.DivClassName
{
background-color: #3CD265;
}
.BgClassName
{
background-color: #3CD265;
}
</style>
border-color css
<style>
span { border-color: #3CD265; }
span { border-color: rgb(60,210,101); }
td.TdClassName
{
border-color: #3CD265;
}
.TagClassName
{
border-color: #3CD265;
}
</style>