Shades of Malachite #2CF161
Tints of Malachite #2CF161
RGB
CMYK
RGB Variations
Color information
#2CF161 (or 0x2CF161) is known color: Malachite. HEX triplet: 2C, F1 and 61. RGB value is (44,241,97). Sum of RGB (Red+Green+Blue) = 44+241+97=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 241 (94.53% from 255 or 63.09% from 382); Blue value is 97 (38.28% from 255 or 25.39% from 382); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF161 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF161 is #D30E9E. Grayscale: #A6A6A6. Windows color (decimal): -13831839 or 6418732. OLE color: 6418732.
HSL color Cylindrical-coordinate representation of color #2CF161: hue angle of 136.14º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF161 is Cyan = 0.82, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 97 | - |
| CMYK | 0.82 | 0 | 0.60 | 0.05 |
| HSL | 136.14º | 0.88% | 0.56% | - |
| HSV(B) | 136.14º | 0.82% | 0.95% | - |
| XYZ | 34.65 | 64.31 | 21.9 | - |
| YUV | 165.68 | 89.23 | 41.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 97 | 0.82 | 0 | 0.60 | 0.05 | 136.14 | 0.88 | 0.56 |
| Hex | 2C | F1 | 61 | 52 | 0 | 3C | 5 | 88 | 58 | 38 |
| Octal | 54 | 361 | 141 | 122 | 0 | 74 | 5 | 210 | 130 | 70 |
| Binary | 101100 | 11110001 | 1100001 | 1010010 | 0 | 111100 | 101 | 10001000 | 1011000 | 111000 |
Color Harmonies of #2CF161
Complementary color
Monochromatic Colors of #2CF161
Black with #2CF161
Text Example
Text Example
White with #2CF161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF161; }
p { color: rgb(44,241,97); }
H1.HeaderClassName
{
color: #2CF161;
}
.AnyTagClassName
{
color: #2CF161;
}
</style>
background-color css
<style>
a { background-color: #2CF161; }
a { background-color: rgb(44,241,97); }
div.DivClassName
{
background-color: #2CF161;
}
.BgClassName
{
background-color: #2CF161;
}
</style>
border-color css
<style>
span { border-color: #2CF161; }
span { border-color: rgb(44,241,97); }
td.TdClassName
{
border-color: #2CF161;
}
.TagClassName
{
border-color: #2CF161;
}
</style>