Shades of Malachite #2CFB5D
Tints of Malachite #2CFB5D
RGB
CMYK
RGB Variations
Color information
#2CFB5D (or 0x2CFB5D) is known color: Malachite. HEX triplet: 2C, FB and 5D. RGB value is (44,251,93). Sum of RGB (Red+Green+Blue) = 44+251+93=388 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.34% from 388); Green value is 251 (98.44% from 255 or 64.69% from 388); Blue value is 93 (36.72% from 255 or 23.97% from 388); Max value from RGB is 251 - color contains mainly: green. Hex color #2CFB5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CFB5D is #D304A2. Grayscale: #ABABAB. Windows color (decimal): -13829283 or 6159148. OLE color: 6159148.
HSL color Cylindrical-coordinate representation of color #2CFB5D: hue angle of 134.2º degrees, saturation: 0.96, 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 #2CFB5D is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 44 | 251 | 93 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.02 |
| HSL | 134.2º | 0.96% | 0.58% | - |
| HSV(B) | 134.2º | 0.82% | 0.98% | - |
| XYZ | 37.51 | 70.32 | 21.95 | - |
| YUV | 171.1 | 83.92 | 37.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 251 | 93 | 0.82 | 0 | 0.63 | 0.02 | 134.2 | 0.96 | 0.58 |
| Hex | 2C | FB | 5D | 52 | 0 | 3F | 2 | 86 | 60 | 3A |
| Octal | 54 | 373 | 135 | 122 | 0 | 77 | 2 | 206 | 140 | 72 |
| Binary | 101100 | 11111011 | 1011101 | 1010010 | 0 | 111111 | 10 | 10000110 | 1100000 | 111010 |
Color Harmonies of #2CFB5D
Complementary color
Monochromatic Colors of #2CFB5D
Black with #2CFB5D
Text Example
Text Example
White with #2CFB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CFB5D; }
p { color: rgb(44,251,93); }
H1.HeaderClassName
{
color: #2CFB5D;
}
.AnyTagClassName
{
color: #2CFB5D;
}
</style>
background-color css
<style>
a { background-color: #2CFB5D; }
a { background-color: rgb(44,251,93); }
div.DivClassName
{
background-color: #2CFB5D;
}
.BgClassName
{
background-color: #2CFB5D;
}
</style>
border-color css
<style>
span { border-color: #2CFB5D; }
span { border-color: rgb(44,251,93); }
td.TdClassName
{
border-color: #2CFB5D;
}
.TagClassName
{
border-color: #2CFB5D;
}
</style>