Shades of Malachite #2CF756
Tints of Malachite #2CF756
RGB
CMYK
RGB Variations
Color information
#2CF756 (or 0x2CF756) is known color: Malachite. HEX triplet: 2C, F7 and 56. RGB value is (44,247,86). Sum of RGB (Red+Green+Blue) = 44+247+86=377 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.67% from 377); Green value is 247 (96.88% from 255 or 65.52% from 377); Blue value is 86 (33.98% from 255 or 22.81% from 377); Max value from RGB is 247 - color contains mainly: green. Hex color #2CF756 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF756 is #D308A9. Grayscale: #A8A8A8. Windows color (decimal): -13830314 or 5699372. OLE color: 5699372.
HSL color Cylindrical-coordinate representation of color #2CF756: hue angle of 132.41º degrees, saturation: 0.93, 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 #2CF756 is Cyan = 0.82, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 44 | 247 | 86 | - |
| CMYK | 0.82 | 0 | 0.65 | 0.03 |
| HSL | 132.41º | 0.93% | 0.57% | - |
| HSV(B) | 132.41º | 0.82% | 0.97% | - |
| XYZ | 35.98 | 67.73 | 19.98 | - |
| YUV | 167.95 | 81.75 | 39.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 247 | 86 | 0.82 | 0 | 0.65 | 0.03 | 132.41 | 0.93 | 0.57 |
| Hex | 2C | F7 | 56 | 52 | 0 | 41 | 3 | 84 | 5D | 39 |
| Octal | 54 | 367 | 126 | 122 | 0 | 101 | 3 | 204 | 135 | 71 |
| Binary | 101100 | 11110111 | 1010110 | 1010010 | 0 | 1000001 | 11 | 10000100 | 1011101 | 111001 |
Color Harmonies of #2CF756
Complementary color
Monochromatic Colors of #2CF756
Black with #2CF756
Text Example
Text Example
White with #2CF756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF756; }
p { color: rgb(44,247,86); }
H1.HeaderClassName
{
color: #2CF756;
}
.AnyTagClassName
{
color: #2CF756;
}
</style>
background-color css
<style>
a { background-color: #2CF756; }
a { background-color: rgb(44,247,86); }
div.DivClassName
{
background-color: #2CF756;
}
.BgClassName
{
background-color: #2CF756;
}
</style>
border-color css
<style>
span { border-color: #2CF756; }
span { border-color: rgb(44,247,86); }
td.TdClassName
{
border-color: #2CF756;
}
.TagClassName
{
border-color: #2CF756;
}
</style>