Shades of Emerald #3CE164
Tints of Emerald #3CE164
RGB
CMYK
RGB Variations
Color information
#3CE164 (or 0x3CE164) is known color: Emerald. HEX triplet: 3C, E1 and 64. RGB value is (60,225,100). Sum of RGB (Red+Green+Blue) = 60+225+100=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 225 (88.28% from 255 or 58.44% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 225 - color contains mainly: green. Hex color #3CE164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE164 is #C31E9B. Grayscale: #A1A1A1. Windows color (decimal): -12787356 or 6611260. OLE color: 6611260.
HSL color Cylindrical-coordinate representation of color #3CE164: hue angle of 134.55º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CE164 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 225 | 100 | - |
| CMYK | 0.73 | 0 | 0.56 | 0.12 |
| HSL | 134.55º | 0.73% | 0.56% | - |
| HSV(B) | 134.55º | 0.73% | 0.88% | - |
| XYZ | 31.09 | 55.73 | 21.18 | - |
| YUV | 161.42 | 93.34 | 55.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 225 | 100 | 0.73 | 0 | 0.56 | 0.12 | 134.55 | 0.73 | 0.56 |
| Hex | 3C | E1 | 64 | 49 | 0 | 38 | C | 87 | 49 | 38 |
| Octal | 74 | 341 | 144 | 111 | 0 | 70 | 14 | 207 | 111 | 70 |
| Binary | 111100 | 11100001 | 1100100 | 1001001 | 0 | 111000 | 1100 | 10000111 | 1001001 | 111000 |
Color Harmonies of #3CE164
Complementary color
Monochromatic Colors of #3CE164
Black with #3CE164
Text Example
Text Example
White with #3CE164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE164; }
p { color: rgb(60,225,100); }
H1.HeaderClassName
{
color: #3CE164;
}
.AnyTagClassName
{
color: #3CE164;
}
</style>
background-color css
<style>
a { background-color: #3CE164; }
a { background-color: rgb(60,225,100); }
div.DivClassName
{
background-color: #3CE164;
}
.BgClassName
{
background-color: #3CE164;
}
</style>
border-color css
<style>
span { border-color: #3CE164; }
span { border-color: rgb(60,225,100); }
td.TdClassName
{
border-color: #3CE164;
}
.TagClassName
{
border-color: #3CE164;
}
</style>