Shades of Emerald #3CE064
Tints of Emerald #3CE064
RGB
CMYK
RGB Variations
Color information
#3CE064 (or 0x3CE064) is known color: Emerald. HEX triplet: 3C, E0 and 64. RGB value is (60,224,100). Sum of RGB (Red+Green+Blue) = 60+224+100=384 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.62% from 384); Green value is 224 (87.89% from 255 or 58.33% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 224 - color contains mainly: green. Hex color #3CE064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CE064 is #C31F9B. Grayscale: #A1A1A1. Windows color (decimal): -12787612 or 6611004. OLE color: 6611004.
HSL color Cylindrical-coordinate representation of color #3CE064: hue angle of 134.63º 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 #3CE064 is Cyan = 0.73, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 60 | 224 | 100 | - |
| CMYK | 0.73 | 0 | 0.55 | 0.12 |
| HSL | 134.63º | 0.73% | 0.56% | - |
| HSV(B) | 134.63º | 0.73% | 0.88% | - |
| XYZ | 30.82 | 55.19 | 21.09 | - |
| YUV | 160.83 | 93.67 | 56.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 224 | 100 | 0.73 | 0 | 0.55 | 0.12 | 134.63 | 0.73 | 0.56 |
| Hex | 3C | E0 | 64 | 49 | 0 | 37 | C | 87 | 49 | 38 |
| Octal | 74 | 340 | 144 | 111 | 0 | 67 | 14 | 207 | 111 | 70 |
| Binary | 111100 | 11100000 | 1100100 | 1001001 | 0 | 110111 | 1100 | 10000111 | 1001001 | 111000 |
Color Harmonies of #3CE064
Complementary color
Monochromatic Colors of #3CE064
Black with #3CE064
Text Example
Text Example
White with #3CE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CE064; }
p { color: rgb(60,224,100); }
H1.HeaderClassName
{
color: #3CE064;
}
.AnyTagClassName
{
color: #3CE064;
}
</style>
background-color css
<style>
a { background-color: #3CE064; }
a { background-color: rgb(60,224,100); }
div.DivClassName
{
background-color: #3CE064;
}
.BgClassName
{
background-color: #3CE064;
}
</style>
border-color css
<style>
span { border-color: #3CE064; }
span { border-color: rgb(60,224,100); }
td.TdClassName
{
border-color: #3CE064;
}
.TagClassName
{
border-color: #3CE064;
}
</style>