Shades of Malachite #2CFA5E
Tints of Malachite #2CFA5E
RGB
CMYK
RGB Variations
Color information
#2CFA5E (or 0x2CFA5E) is known color: Malachite. HEX triplet: 2C, FA and 5E. RGB value is (44,250,94). Sum of RGB (Red+Green+Blue) = 44+250+94=388 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.34% from 388); Green value is 250 (98.05% from 255 or 64.43% from 388); Blue value is 94 (37.11% from 255 or 24.23% from 388); Max value from RGB is 250 - color contains mainly: green. Hex color #2CFA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFA5E is #D305A1. Grayscale: #ABABAB. Windows color (decimal): -13829538 or 6224428. OLE color: 6224428.
HSL color Cylindrical-coordinate representation of color #2CFA5E: hue angle of 134.56º 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 #2CFA5E is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 250 | 94 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.02 |
| HSL | 134.56º | 0.95% | 0.58% | - |
| HSV(B) | 134.56º | 0.82% | 0.98% | - |
| XYZ | 37.24 | 69.71 | 22.08 | - |
| YUV | 170.62 | 84.75 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 250 | 94 | 0.82 | 0 | 0.62 | 0.02 | 134.56 | 0.95 | 0.58 |
| Hex | 2C | FA | 5E | 52 | 0 | 3E | 2 | 87 | 5F | 3A |
| Octal | 54 | 372 | 136 | 122 | 0 | 76 | 2 | 207 | 137 | 72 |
| Binary | 101100 | 11111010 | 1011110 | 1010010 | 0 | 111110 | 10 | 10000111 | 1011111 | 111010 |
Color Harmonies of #2CFA5E
Complementary color
Monochromatic Colors of #2CFA5E
Black with #2CFA5E
Text Example
Text Example
White with #2CFA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFA5E; }
p { color: rgb(44,250,94); }
H1.HeaderClassName
{
color: #2CFA5E;
}
.AnyTagClassName
{
color: #2CFA5E;
}
</style>
background-color css
<style>
a { background-color: #2CFA5E; }
a { background-color: rgb(44,250,94); }
div.DivClassName
{
background-color: #2CFA5E;
}
.BgClassName
{
background-color: #2CFA5E;
}
</style>
border-color css
<style>
span { border-color: #2CFA5E; }
span { border-color: rgb(44,250,94); }
td.TdClassName
{
border-color: #2CFA5E;
}
.TagClassName
{
border-color: #2CFA5E;
}
</style>