Shades of Malachite #2CF16D
Tints of Malachite #2CF16D
RGB
CMYK
RGB Variations
Color information
#2CF16D (or 0x2CF16D) is known color: Malachite. HEX triplet: 2C, F1 and 6D. RGB value is (44,241,109). Sum of RGB (Red+Green+Blue) = 44+241+109=394 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.17% from 394); Green value is 241 (94.53% from 255 or 61.17% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 241 - color contains mainly: green. Hex color #2CF16D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF16D is #D30E92. Grayscale: #A7A7A7. Windows color (decimal): -13831827 or 7205164. OLE color: 7205164.
HSL color Cylindrical-coordinate representation of color #2CF16D: hue angle of 139.8º 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 #2CF16D is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 241 | 109 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.05 |
| HSL | 139.8º | 0.88% | 0.56% | - |
| HSV(B) | 139.8º | 0.82% | 0.95% | - |
| XYZ | 35.25 | 64.55 | 25.07 | - |
| YUV | 167.05 | 95.23 | 40.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 241 | 109 | 0.82 | 0 | 0.55 | 0.05 | 139.8 | 0.88 | 0.56 |
| Hex | 2C | F1 | 6D | 52 | 0 | 37 | 5 | 8C | 58 | 38 |
| Octal | 54 | 361 | 155 | 122 | 0 | 67 | 5 | 214 | 130 | 70 |
| Binary | 101100 | 11110001 | 1101101 | 1010010 | 0 | 110111 | 101 | 10001100 | 1011000 | 111000 |
Color Harmonies of #2CF16D
Complementary color
Monochromatic Colors of #2CF16D
Black with #2CF16D
Text Example
Text Example
White with #2CF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF16D; }
p { color: rgb(44,241,109); }
H1.HeaderClassName
{
color: #2CF16D;
}
.AnyTagClassName
{
color: #2CF16D;
}
</style>
background-color css
<style>
a { background-color: #2CF16D; }
a { background-color: rgb(44,241,109); }
div.DivClassName
{
background-color: #2CF16D;
}
.BgClassName
{
background-color: #2CF16D;
}
</style>
border-color css
<style>
span { border-color: #2CF16D; }
span { border-color: rgb(44,241,109); }
td.TdClassName
{
border-color: #2CF16D;
}
.TagClassName
{
border-color: #2CF16D;
}
</style>