Shades of Emerald #4CE064
Tints of Emerald #4CE064
RGB
CMYK
RGB Variations
Color information
#4CE064 (or 0x4CE064) is known color: Emerald. HEX triplet: 4C, E0 and 64. RGB value is (76,224,100). Sum of RGB (Red+Green+Blue) = 76+224+100=400 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #4CE064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CE064 is #B31F9B. Grayscale: #A5A5A5. Windows color (decimal): -11739036 or 6611020. OLE color: 6611020.
HSL color Cylindrical-coordinate representation of color #4CE064: hue angle of 129.73º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CE064 is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 76 | 224 | 100 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.12 |
| HSL | 129.73º | 0.7% | 0.59% | - |
| HSV(B) | 129.73º | 0.66% | 0.88% | - |
| XYZ | 31.94 | 55.77 | 21.14 | - |
| YUV | 165.61 | 90.97 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 224 | 100 | 0.66 | 0 | 0.55 | 0.12 | 129.73 | 0.7 | 0.59 |
| Hex | 4C | E0 | 64 | 42 | 0 | 37 | C | 82 | 46 | 3B |
| Octal | 114 | 340 | 144 | 102 | 0 | 67 | 14 | 202 | 106 | 73 |
| Binary | 1001100 | 11100000 | 1100100 | 1000010 | 0 | 110111 | 1100 | 10000010 | 1000110 | 111011 |
Color Harmonies of #4CE064
Complementary color
Monochromatic Colors of #4CE064
Black with #4CE064
Text Example
Text Example
White with #4CE064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CE064; }
p { color: rgb(76,224,100); }
H1.HeaderClassName
{
color: #4CE064;
}
.AnyTagClassName
{
color: #4CE064;
}
</style>
background-color css
<style>
a { background-color: #4CE064; }
a { background-color: rgb(76,224,100); }
div.DivClassName
{
background-color: #4CE064;
}
.BgClassName
{
background-color: #4CE064;
}
</style>
border-color css
<style>
span { border-color: #4CE064; }
span { border-color: rgb(76,224,100); }
td.TdClassName
{
border-color: #4CE064;
}
.TagClassName
{
border-color: #4CE064;
}
</style>