Shades of Malachite #2CF55D
Tints of Malachite #2CF55D
RGB
CMYK
RGB Variations
Color information
#2CF55D (or 0x2CF55D) is known color: Malachite. HEX triplet: 2C, F5 and 5D. RGB value is (44,245,93). Sum of RGB (Red+Green+Blue) = 44+245+93=382 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.52% from 382); Green value is 245 (96.09% from 255 or 64.14% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 245 - color contains mainly: green. Hex color #2CF55D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CF55D is #D30AA2. Grayscale: #A7A7A7. Windows color (decimal): -13830819 or 6157612. OLE color: 6157612.
HSL color Cylindrical-coordinate representation of color #2CF55D: hue angle of 134.63º degrees, saturation: 0.91, 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 #2CF55D is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 44 | 245 | 93 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.04 |
| HSL | 134.63º | 0.91% | 0.57% | - |
| HSV(B) | 134.63º | 0.82% | 0.96% | - |
| XYZ | 35.67 | 66.63 | 21.34 | - |
| YUV | 167.57 | 85.91 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 245 | 93 | 0.82 | 0 | 0.62 | 0.04 | 134.63 | 0.91 | 0.57 |
| Hex | 2C | F5 | 5D | 52 | 0 | 3E | 4 | 87 | 5B | 39 |
| Octal | 54 | 365 | 135 | 122 | 0 | 76 | 4 | 207 | 133 | 71 |
| Binary | 101100 | 11110101 | 1011101 | 1010010 | 0 | 111110 | 100 | 10000111 | 1011011 | 111001 |
Color Harmonies of #2CF55D
Complementary color
Monochromatic Colors of #2CF55D
Black with #2CF55D
Text Example
Text Example
White with #2CF55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF55D; }
p { color: rgb(44,245,93); }
H1.HeaderClassName
{
color: #2CF55D;
}
.AnyTagClassName
{
color: #2CF55D;
}
</style>
background-color css
<style>
a { background-color: #2CF55D; }
a { background-color: rgb(44,245,93); }
div.DivClassName
{
background-color: #2CF55D;
}
.BgClassName
{
background-color: #2CF55D;
}
</style>
border-color css
<style>
span { border-color: #2CF55D; }
span { border-color: rgb(44,245,93); }
td.TdClassName
{
border-color: #2CF55D;
}
.TagClassName
{
border-color: #2CF55D;
}
</style>