Shades of Malachite #2CFC5A
Tints of Malachite #2CFC5A
RGB
CMYK
RGB Variations
Color information
#2CFC5A (or 0x2CFC5A) is known color: Malachite. HEX triplet: 2C, FC and 5A. RGB value is (44,252,90). Sum of RGB (Red+Green+Blue) = 44+252+90=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 252 (98.83% from 255 or 65.28% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 252 - color contains mainly: green. Hex color #2CFC5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFC5A is #D303A5. Grayscale: #ABABAB. Windows color (decimal): -13829030 or 5962796. OLE color: 5962796.
HSL color Cylindrical-coordinate representation of color #2CFC5A: hue angle of 133.27º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CFC5A is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 44 | 252 | 90 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.01 |
| HSL | 133.27º | 0.97% | 0.58% | - |
| HSV(B) | 133.27º | 0.83% | 0.99% | - |
| XYZ | 37.69 | 70.89 | 21.37 | - |
| YUV | 171.34 | 82.09 | 37.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 252 | 90 | 0.83 | 0 | 0.64 | 0.01 | 133.27 | 0.97 | 0.58 |
| Hex | 2C | FC | 5A | 53 | 0 | 40 | 1 | 85 | 61 | 3A |
| Octal | 54 | 374 | 132 | 123 | 0 | 100 | 1 | 205 | 141 | 72 |
| Binary | 101100 | 11111100 | 1011010 | 1010011 | 0 | 1000000 | 1 | 10000101 | 1100001 | 111010 |
Color Harmonies of #2CFC5A
Complementary color
Monochromatic Colors of #2CFC5A
Black with #2CFC5A
Text Example
Text Example
White with #2CFC5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFC5A; }
p { color: rgb(44,252,90); }
H1.HeaderClassName
{
color: #2CFC5A;
}
.AnyTagClassName
{
color: #2CFC5A;
}
</style>
background-color css
<style>
a { background-color: #2CFC5A; }
a { background-color: rgb(44,252,90); }
div.DivClassName
{
background-color: #2CFC5A;
}
.BgClassName
{
background-color: #2CFC5A;
}
</style>
border-color css
<style>
span { border-color: #2CFC5A; }
span { border-color: rgb(44,252,90); }
td.TdClassName
{
border-color: #2CFC5A;
}
.TagClassName
{
border-color: #2CFC5A;
}
</style>