Shades of Malachite #2CF06D
Tints of Malachite #2CF06D
RGB
CMYK
RGB Variations
Color information
#2CF06D (or 0x2CF06D) is known color: Malachite. HEX triplet: 2C, F0 and 6D. RGB value is (44,240,109). Sum of RGB (Red+Green+Blue) = 44+240+109=393 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.20% from 393); Green value is 240 (94.14% from 255 or 61.07% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 240 - color contains mainly: green. Hex color #2CF06D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF06D is #D30F92. Grayscale: #A6A6A6. Windows color (decimal): -13832083 or 7204908. OLE color: 7204908.
HSL color Cylindrical-coordinate representation of color #2CF06D: hue angle of 139.9º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF06D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 240 | 109 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.06 |
| HSL | 139.9º | 0.87% | 0.56% | - |
| HSV(B) | 139.9º | 0.82% | 0.94% | - |
| XYZ | 34.96 | 63.96 | 24.97 | - |
| YUV | 166.46 | 95.57 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 240 | 109 | 0.82 | 0 | 0.55 | 0.06 | 139.9 | 0.87 | 0.56 |
| Hex | 2C | F0 | 6D | 52 | 0 | 37 | 6 | 8C | 57 | 38 |
| Octal | 54 | 360 | 155 | 122 | 0 | 67 | 6 | 214 | 127 | 70 |
| Binary | 101100 | 11110000 | 1101101 | 1010010 | 0 | 110111 | 110 | 10001100 | 1010111 | 111000 |
Color Harmonies of #2CF06D
Complementary color
Monochromatic Colors of #2CF06D
Black with #2CF06D
Text Example
Text Example
White with #2CF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF06D; }
p { color: rgb(44,240,109); }
H1.HeaderClassName
{
color: #2CF06D;
}
.AnyTagClassName
{
color: #2CF06D;
}
</style>
background-color css
<style>
a { background-color: #2CF06D; }
a { background-color: rgb(44,240,109); }
div.DivClassName
{
background-color: #2CF06D;
}
.BgClassName
{
background-color: #2CF06D;
}
</style>
border-color css
<style>
span { border-color: #2CF06D; }
span { border-color: rgb(44,240,109); }
td.TdClassName
{
border-color: #2CF06D;
}
.TagClassName
{
border-color: #2CF06D;
}
</style>