Shades of Malachite #2CFA51
Tints of Malachite #2CFA51
RGB
CMYK
RGB Variations
Color information
#2CFA51 (or 0x2CFA51) is known color: Malachite. HEX triplet: 2C, FA and 51. RGB value is (44,250,81). Sum of RGB (Red+Green+Blue) = 44+250+81=375 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.73% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA51 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFA51 is #D305AE. Grayscale: #A9A9A9. Windows color (decimal): -13829551 or 5372460. OLE color: 5372460.
HSL color Cylindrical-coordinate representation of color #2CFA51: hue angle of 130.78º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CFA51 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 81 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.02 |
| HSL | 130.78º | 0.95% | 0.58% | - |
| HSV(B) | 130.78º | 0.82% | 0.98% | - |
| XYZ | 36.71 | 69.5 | 19.26 | - |
| YUV | 169.14 | 78.25 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 81 | 0.82 | 0 | 0.68 | 0.02 | 130.78 | 0.95 | 0.58 |
| Hex | 2C | FA | 51 | 52 | 0 | 44 | 2 | 83 | 5F | 3A |
| Octal | 54 | 372 | 121 | 122 | 0 | 104 | 2 | 203 | 137 | 72 |
| Binary | 101100 | 11111010 | 1010001 | 1010010 | 0 | 1000100 | 10 | 10000011 | 1011111 | 111010 |
Color Harmonies of #2CFA51
Complementary color
Monochromatic Colors of #2CFA51
Black with #2CFA51
Text Example
Text Example
White with #2CFA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFA51; }
p { color: rgb(44,250,81); }
H1.HeaderClassName
{
color: #2CFA51;
}
.AnyTagClassName
{
color: #2CFA51;
}
</style>
background-color css
<style>
a { background-color: #2CFA51; }
a { background-color: rgb(44,250,81); }
div.DivClassName
{
background-color: #2CFA51;
}
.BgClassName
{
background-color: #2CFA51;
}
</style>
border-color css
<style>
span { border-color: #2CFA51; }
span { border-color: rgb(44,250,81); }
td.TdClassName
{
border-color: #2CFA51;
}
.TagClassName
{
border-color: #2CFA51;
}
</style>