Shades of Emerald #3CDE63
Tints of Emerald #3CDE63
RGB
CMYK
RGB Variations
Color information
#3CDE63 (or 0x3CDE63) is known color: Emerald. HEX triplet: 3C, DE and 63. RGB value is (60,222,99). Sum of RGB (Red+Green+Blue) = 60+222+99=381 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.75% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 99 (39.06% from 255 or 25.98% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #3CDE63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CDE63 is #C3219C. Grayscale: #9F9F9F. Windows color (decimal): -12788125 or 6544956. OLE color: 6544956.
HSL color Cylindrical-coordinate representation of color #3CDE63: hue angle of 134.44º degrees, saturation: 0.71, 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 #3CDE63 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 222 | 99 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.13 |
| HSL | 134.44º | 0.71% | 0.55% | - |
| HSV(B) | 134.44º | 0.73% | 0.87% | - |
| XYZ | 30.24 | 54.1 | 20.65 | - |
| YUV | 159.54 | 93.83 | 57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 222 | 99 | 0.73 | 0 | 0.55 | 0.13 | 134.44 | 0.71 | 0.55 |
| Hex | 3C | DE | 63 | 49 | 0 | 37 | D | 86 | 47 | 37 |
| Octal | 74 | 336 | 143 | 111 | 0 | 67 | 15 | 206 | 107 | 67 |
| Binary | 111100 | 11011110 | 1100011 | 1001001 | 0 | 110111 | 1101 | 10000110 | 1000111 | 110111 |
Color Harmonies of #3CDE63
Complementary color
Monochromatic Colors of #3CDE63
Black with #3CDE63
Text Example
Text Example
White with #3CDE63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDE63; }
p { color: rgb(60,222,99); }
H1.HeaderClassName
{
color: #3CDE63;
}
.AnyTagClassName
{
color: #3CDE63;
}
</style>
background-color css
<style>
a { background-color: #3CDE63; }
a { background-color: rgb(60,222,99); }
div.DivClassName
{
background-color: #3CDE63;
}
.BgClassName
{
background-color: #3CDE63;
}
</style>
border-color css
<style>
span { border-color: #3CDE63; }
span { border-color: rgb(60,222,99); }
td.TdClassName
{
border-color: #3CDE63;
}
.TagClassName
{
border-color: #3CDE63;
}
</style>