Shades of Malachite #2CF650
Tints of Malachite #2CF650
RGB
CMYK
RGB Variations
Color information
#2CF650 (or 0x2CF650) is known color: Malachite. HEX triplet: 2C, F6 and 50. RGB value is (44,246,80). Sum of RGB (Red+Green+Blue) = 44+246+80=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 246 (96.48% from 255 or 66.49% from 370); Blue value is 80 (31.64% from 255 or 21.62% from 370); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF650 is #D309AF. Grayscale: #A7A7A7. Windows color (decimal): -13830576 or 5305900. OLE color: 5305900.
HSL color Cylindrical-coordinate representation of color #2CF650: hue angle of 130.69º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF650 is Cyan = 0.82, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 80 | - |
| CMYK | 0.82 | 0 | 0.67 | 0.04 |
| HSL | 130.69º | 0.92% | 0.57% | - |
| HSV(B) | 130.69º | 0.82% | 0.96% | - |
| XYZ | 35.44 | 67.03 | 18.66 | - |
| YUV | 166.68 | 79.08 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 80 | 0.82 | 0 | 0.67 | 0.04 | 130.69 | 0.92 | 0.57 |
| Hex | 2C | F6 | 50 | 52 | 0 | 43 | 4 | 83 | 5C | 39 |
| Octal | 54 | 366 | 120 | 122 | 0 | 103 | 4 | 203 | 134 | 71 |
| Binary | 101100 | 11110110 | 1010000 | 1010010 | 0 | 1000011 | 100 | 10000011 | 1011100 | 111001 |
Color Harmonies of #2CF650
Complementary color
Monochromatic Colors of #2CF650
Black with #2CF650
Text Example
Text Example
White with #2CF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF650; }
p { color: rgb(44,246,80); }
H1.HeaderClassName
{
color: #2CF650;
}
.AnyTagClassName
{
color: #2CF650;
}
</style>
background-color css
<style>
a { background-color: #2CF650; }
a { background-color: rgb(44,246,80); }
div.DivClassName
{
background-color: #2CF650;
}
.BgClassName
{
background-color: #2CF650;
}
</style>
border-color css
<style>
span { border-color: #2CF650; }
span { border-color: rgb(44,246,80); }
td.TdClassName
{
border-color: #2CF650;
}
.TagClassName
{
border-color: #2CF650;
}
</style>