Shades of Malachite #2CF859
Tints of Malachite #2CF859
RGB
CMYK
RGB Variations
Color information
#2CF859 (or 0x2CF859) is known color: Malachite. HEX triplet: 2C, F8 and 59. RGB value is (44,248,89). Sum of RGB (Red+Green+Blue) = 44+248+89=381 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.55% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF859 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF859 is #D307A6. Grayscale: #A9A9A9. Windows color (decimal): -13830055 or 5896236. OLE color: 5896236.
HSL color Cylindrical-coordinate representation of color #2CF859: hue angle of 133.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF859 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 89 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.03 |
| HSL | 133.24º | 0.94% | 0.57% | - |
| HSV(B) | 133.24º | 0.82% | 0.97% | - |
| XYZ | 36.41 | 68.39 | 20.73 | - |
| YUV | 168.88 | 82.91 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 89 | 0.82 | 0 | 0.64 | 0.03 | 133.24 | 0.94 | 0.57 |
| Hex | 2C | F8 | 59 | 52 | 0 | 40 | 3 | 85 | 5E | 39 |
| Octal | 54 | 370 | 131 | 122 | 0 | 100 | 3 | 205 | 136 | 71 |
| Binary | 101100 | 11111000 | 1011001 | 1010010 | 0 | 1000000 | 11 | 10000101 | 1011110 | 111001 |
Color Harmonies of #2CF859
Complementary color
Monochromatic Colors of #2CF859
Black with #2CF859
Text Example
Text Example
White with #2CF859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF859; }
p { color: rgb(44,248,89); }
H1.HeaderClassName
{
color: #2CF859;
}
.AnyTagClassName
{
color: #2CF859;
}
</style>
background-color css
<style>
a { background-color: #2CF859; }
a { background-color: rgb(44,248,89); }
div.DivClassName
{
background-color: #2CF859;
}
.BgClassName
{
background-color: #2CF859;
}
</style>
border-color css
<style>
span { border-color: #2CF859; }
span { border-color: rgb(44,248,89); }
td.TdClassName
{
border-color: #2CF859;
}
.TagClassName
{
border-color: #2CF859;
}
</style>