Shades of Malachite #2CF665
Tints of Malachite #2CF665
RGB
CMYK
RGB Variations
Color information
#2CF665 (or 0x2CF665) is known color: Malachite. HEX triplet: 2C, F6 and 65. RGB value is (44,246,101). Sum of RGB (Red+Green+Blue) = 44+246+101=391 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.25% from 391); Green value is 246 (96.48% from 255 or 62.92% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 246 - color contains mainly: green. Hex color #2CF665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF665 is #D3099A. Grayscale: #A9A9A9. Windows color (decimal): -13830555 or 6682156. OLE color: 6682156.
HSL color Cylindrical-coordinate representation of color #2CF665: hue angle of 136.93º 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 #2CF665 is Cyan = 0.82, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 246 | 101 | - |
| CMYK | 0.82 | 0 | 0.59 | 0.04 |
| HSL | 136.93º | 0.92% | 0.57% | - |
| HSV(B) | 136.93º | 0.82% | 0.96% | - |
| XYZ | 36.34 | 67.39 | 23.4 | - |
| YUV | 169.07 | 89.58 | 38.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 246 | 101 | 0.82 | 0 | 0.59 | 0.04 | 136.93 | 0.92 | 0.57 |
| Hex | 2C | F6 | 65 | 52 | 0 | 3B | 4 | 89 | 5C | 39 |
| Octal | 54 | 366 | 145 | 122 | 0 | 73 | 4 | 211 | 134 | 71 |
| Binary | 101100 | 11110110 | 1100101 | 1010010 | 0 | 111011 | 100 | 10001001 | 1011100 | 111001 |
Color Harmonies of #2CF665
Complementary color
Monochromatic Colors of #2CF665
Black with #2CF665
Text Example
Text Example
White with #2CF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF665; }
p { color: rgb(44,246,101); }
H1.HeaderClassName
{
color: #2CF665;
}
.AnyTagClassName
{
color: #2CF665;
}
</style>
background-color css
<style>
a { background-color: #2CF665; }
a { background-color: rgb(44,246,101); }
div.DivClassName
{
background-color: #2CF665;
}
.BgClassName
{
background-color: #2CF665;
}
</style>
border-color css
<style>
span { border-color: #2CF665; }
span { border-color: rgb(44,246,101); }
td.TdClassName
{
border-color: #2CF665;
}
.TagClassName
{
border-color: #2CF665;
}
</style>