Shades of Malachite #2CE564
Tints of Malachite #2CE564
RGB
CMYK
RGB Variations
Color information
#2CE564 (or 0x2CE564) is known color: Malachite. HEX triplet: 2C, E5 and 64. RGB value is (44,229,100). Sum of RGB (Red+Green+Blue) = 44+229+100=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 229 (89.84% from 255 or 61.39% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 229 - color contains mainly: green. Hex color #2CE564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CE564 is #D31A9B. Grayscale: #9F9F9F. Windows color (decimal): -13834908 or 6612268. OLE color: 6612268.
HSL color Cylindrical-coordinate representation of color #2CE564: hue angle of 138.16º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE564 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 229 | 100 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.10 |
| HSL | 138.16º | 0.78% | 0.54% | - |
| HSV(B) | 138.16º | 0.81% | 0.9% | - |
| XYZ | 31.36 | 57.49 | 21.5 | - |
| YUV | 158.98 | 94.71 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 229 | 100 | 0.81 | 0 | 0.56 | 0.10 | 138.16 | 0.78 | 0.54 |
| Hex | 2C | E5 | 64 | 51 | 0 | 38 | A | 8A | 4E | 36 |
| Octal | 54 | 345 | 144 | 121 | 0 | 70 | 12 | 212 | 116 | 66 |
| Binary | 101100 | 11100101 | 1100100 | 1010001 | 0 | 111000 | 1010 | 10001010 | 1001110 | 110110 |
Color Harmonies of #2CE564
Complementary color
Monochromatic Colors of #2CE564
Black with #2CE564
Text Example
Text Example
White with #2CE564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE564; }
p { color: rgb(44,229,100); }
H1.HeaderClassName
{
color: #2CE564;
}
.AnyTagClassName
{
color: #2CE564;
}
</style>
background-color css
<style>
a { background-color: #2CE564; }
a { background-color: rgb(44,229,100); }
div.DivClassName
{
background-color: #2CE564;
}
.BgClassName
{
background-color: #2CE564;
}
</style>
border-color css
<style>
span { border-color: #2CE564; }
span { border-color: rgb(44,229,100); }
td.TdClassName
{
border-color: #2CE564;
}
.TagClassName
{
border-color: #2CE564;
}
</style>