Shades of Malachite #2CF959
Tints of Malachite #2CF959
RGB
CMYK
RGB Variations
Color information
#2CF959 (or 0x2CF959) is known color: Malachite. HEX triplet: 2C, F9 and 59. RGB value is (44,249,89). Sum of RGB (Red+Green+Blue) = 44+249+89=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 249 (97.66% from 255 or 65.18% from 382); Blue value is 89 (35.16% from 255 or 23.30% from 382); Max value from RGB is 249 - color contains mainly: green. Hex color #2CF959 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF959 is #D306A6. Grayscale: #A9A9A9. Windows color (decimal): -13829799 or 5896492. OLE color: 5896492.
HSL color Cylindrical-coordinate representation of color #2CF959: hue angle of 133.17º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF959 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 249 | 89 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.02 |
| HSL | 133.17º | 0.94% | 0.57% | - |
| HSV(B) | 133.17º | 0.82% | 0.98% | - |
| XYZ | 36.72 | 69.01 | 20.84 | - |
| YUV | 169.47 | 82.58 | 38.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 249 | 89 | 0.82 | 0 | 0.64 | 0.02 | 133.17 | 0.94 | 0.57 |
| Hex | 2C | F9 | 59 | 52 | 0 | 40 | 2 | 85 | 5E | 39 |
| Octal | 54 | 371 | 131 | 122 | 0 | 100 | 2 | 205 | 136 | 71 |
| Binary | 101100 | 11111001 | 1011001 | 1010010 | 0 | 1000000 | 10 | 10000101 | 1011110 | 111001 |
Color Harmonies of #2CF959
Complementary color
Monochromatic Colors of #2CF959
Black with #2CF959
Text Example
Text Example
White with #2CF959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF959; }
p { color: rgb(44,249,89); }
H1.HeaderClassName
{
color: #2CF959;
}
.AnyTagClassName
{
color: #2CF959;
}
</style>
background-color css
<style>
a { background-color: #2CF959; }
a { background-color: rgb(44,249,89); }
div.DivClassName
{
background-color: #2CF959;
}
.BgClassName
{
background-color: #2CF959;
}
</style>
border-color css
<style>
span { border-color: #2CF959; }
span { border-color: rgb(44,249,89); }
td.TdClassName
{
border-color: #2CF959;
}
.TagClassName
{
border-color: #2CF959;
}
</style>