Shades of Malachite #2CF856
Tints of Malachite #2CF856
RGB
CMYK
RGB Variations
Color information
#2CF856 (or 0x2CF856) is known color: Malachite. HEX triplet: 2C, F8 and 56. RGB value is (44,248,86). Sum of RGB (Red+Green+Blue) = 44+248+86=378 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.64% from 378); Green value is 248 (97.27% from 255 or 65.61% from 378); Blue value is 86 (33.98% from 255 or 22.75% from 378); Max value from RGB is 248 - color contains mainly: green. Hex color #2CF856 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF856 is #D307A9. Grayscale: #A8A8A8. Windows color (decimal): -13830058 or 5699628. OLE color: 5699628.
HSL color Cylindrical-coordinate representation of color #2CF856: hue angle of 132.35º 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 #2CF856 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 248 | 86 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.03 |
| HSL | 132.35º | 0.94% | 0.57% | - |
| HSV(B) | 132.35º | 0.82% | 0.97% | - |
| XYZ | 36.29 | 68.34 | 20.08 | - |
| YUV | 168.54 | 81.41 | 39.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 248 | 86 | 0.82 | 0 | 0.65 | 0.03 | 132.35 | 0.94 | 0.57 |
| Hex | 2C | F8 | 56 | 52 | 0 | 41 | 3 | 84 | 5E | 39 |
| Octal | 54 | 370 | 126 | 122 | 0 | 101 | 3 | 204 | 136 | 71 |
| Binary | 101100 | 11111000 | 1010110 | 1010010 | 0 | 1000001 | 11 | 10000100 | 1011110 | 111001 |
Color Harmonies of #2CF856
Complementary color
Monochromatic Colors of #2CF856
Black with #2CF856
Text Example
Text Example
White with #2CF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF856; }
p { color: rgb(44,248,86); }
H1.HeaderClassName
{
color: #2CF856;
}
.AnyTagClassName
{
color: #2CF856;
}
</style>
background-color css
<style>
a { background-color: #2CF856; }
a { background-color: rgb(44,248,86); }
div.DivClassName
{
background-color: #2CF856;
}
.BgClassName
{
background-color: #2CF856;
}
</style>
border-color css
<style>
span { border-color: #2CF856; }
span { border-color: rgb(44,248,86); }
td.TdClassName
{
border-color: #2CF856;
}
.TagClassName
{
border-color: #2CF856;
}
</style>