Shades of Emerald #3CDF6C
Tints of Emerald #3CDF6C
RGB
CMYK
RGB Variations
Color information
#3CDF6C (or 0x3CDF6C) is known color: Emerald. HEX triplet: 3C, DF and 6C. RGB value is (60,223,108). Sum of RGB (Red+Green+Blue) = 60+223+108=391 (51% of max value = 765). Red value is 60 (23.83% from 255 or 15.35% from 391); Green value is 223 (87.5% from 255 or 57.03% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 223 - color contains mainly: green. Hex color #3CDF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDF6C is #C32093. Grayscale: #A1A1A1. Windows color (decimal): -12787860 or 7135036. OLE color: 7135036.
HSL color Cylindrical-coordinate representation of color #3CDF6C: hue angle of 137.67º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CDF6C is Cyan = 0.73, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 223 | 108 | - |
| CMYK | 0.73 | 0 | 0.52 | 0.13 |
| HSL | 137.67º | 0.72% | 0.55% | - |
| HSV(B) | 137.67º | 0.73% | 0.87% | - |
| XYZ | 30.96 | 54.82 | 23.14 | - |
| YUV | 161.15 | 98 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 108 | 0.73 | 0 | 0.52 | 0.13 | 137.67 | 0.72 | 0.55 |
| Hex | 3C | DF | 6C | 49 | 0 | 34 | D | 8A | 48 | 37 |
| Octal | 74 | 337 | 154 | 111 | 0 | 64 | 15 | 212 | 110 | 67 |
| Binary | 111100 | 11011111 | 1101100 | 1001001 | 0 | 110100 | 1101 | 10001010 | 1001000 | 110111 |
Color Harmonies of #3CDF6C
Complementary color
Monochromatic Colors of #3CDF6C
Black with #3CDF6C
Text Example
Text Example
White with #3CDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDF6C; }
p { color: rgb(60,223,108); }
H1.HeaderClassName
{
color: #3CDF6C;
}
.AnyTagClassName
{
color: #3CDF6C;
}
</style>
background-color css
<style>
a { background-color: #3CDF6C; }
a { background-color: rgb(60,223,108); }
div.DivClassName
{
background-color: #3CDF6C;
}
.BgClassName
{
background-color: #3CDF6C;
}
</style>
border-color css
<style>
span { border-color: #3CDF6C; }
span { border-color: rgb(60,223,108); }
td.TdClassName
{
border-color: #3CDF6C;
}
.TagClassName
{
border-color: #3CDF6C;
}
</style>