Shades of Emerald #3CD26C
Tints of Emerald #3CD26C
RGB
CMYK
RGB Variations
Color information
#3CD26C (or 0x3CD26C) is known color: Emerald. HEX triplet: 3C, D2 and 6C. RGB value is (60,210,108). Sum of RGB (Red+Green+Blue) = 60+210+108=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 210 (82.42% from 255 or 55.56% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 210 - color contains mainly: green. Hex color #3CD26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CD26C is #C32D93. Grayscale: #999999. Windows color (decimal): -12791188 or 7131708. OLE color: 7131708.
HSL color Cylindrical-coordinate representation of color #3CD26C: hue angle of 139.2º 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 #3CD26C is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 210 | 108 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.18 |
| HSL | 139.2º | 0.63% | 0.53% | - |
| HSV(B) | 139.2º | 0.71% | 0.82% | - |
| XYZ | 27.62 | 48.14 | 22.02 | - |
| YUV | 153.52 | 102.31 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 210 | 108 | 0.71 | 0 | 0.49 | 0.18 | 139.2 | 0.63 | 0.53 |
| Hex | 3C | D2 | 6C | 47 | 0 | 31 | 12 | 8B | 3E | 35 |
| Octal | 74 | 322 | 154 | 107 | 0 | 61 | 22 | 213 | 76 | 65 |
| Binary | 111100 | 11010010 | 1101100 | 1000111 | 0 | 110001 | 10010 | 10001011 | 111110 | 110101 |
Color Harmonies of #3CD26C
Complementary color
Monochromatic Colors of #3CD26C
Black with #3CD26C
Text Example
Text Example
White with #3CD26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD26C; }
p { color: rgb(60,210,108); }
H1.HeaderClassName
{
color: #3CD26C;
}
.AnyTagClassName
{
color: #3CD26C;
}
</style>
background-color css
<style>
a { background-color: #3CD26C; }
a { background-color: rgb(60,210,108); }
div.DivClassName
{
background-color: #3CD26C;
}
.BgClassName
{
background-color: #3CD26C;
}
</style>
border-color css
<style>
span { border-color: #3CD26C; }
span { border-color: rgb(60,210,108); }
td.TdClassName
{
border-color: #3CD26C;
}
.TagClassName
{
border-color: #3CD26C;
}
</style>