Shades of Malachite #2BDC56
Tints of Malachite #2BDC56
RGB
CMYK
RGB Variations
Color information
#2BDC56 (or 0x2BDC56) is known color: Malachite. HEX triplet: 2B, DC and 56. RGB value is (43,220,86). Sum of RGB (Red+Green+Blue) = 43+220+86=349 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.32% from 349); Green value is 220 (86.33% from 255 or 63.04% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 220 - color contains mainly: green. Hex color #2BDC56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDC56 is #D423A9. Grayscale: #989898. Windows color (decimal): -13902762 or 5692459. OLE color: 5692459.
HSL color Cylindrical-coordinate representation of color #2BDC56: hue angle of 134.58º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDC56 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 220 | 86 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.14 |
| HSL | 134.58º | 0.72% | 0.52% | - |
| HSV(B) | 134.58º | 0.8% | 0.86% | - |
| XYZ | 28.27 | 52.37 | 17.42 | - |
| YUV | 151.8 | 90.86 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 220 | 86 | 0.80 | 0 | 0.61 | 0.14 | 134.58 | 0.72 | 0.52 |
| Hex | 2B | DC | 56 | 50 | 0 | 3D | E | 87 | 48 | 34 |
| Octal | 53 | 334 | 126 | 120 | 0 | 75 | 16 | 207 | 110 | 64 |
| Binary | 101011 | 11011100 | 1010110 | 1010000 | 0 | 111101 | 1110 | 10000111 | 1001000 | 110100 |
Color Harmonies of #2BDC56
Complementary color
Monochromatic Colors of #2BDC56
Black with #2BDC56
Text Example
Text Example
White with #2BDC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDC56; }
p { color: rgb(43,220,86); }
H1.HeaderClassName
{
color: #2BDC56;
}
.AnyTagClassName
{
color: #2BDC56;
}
</style>
background-color css
<style>
a { background-color: #2BDC56; }
a { background-color: rgb(43,220,86); }
div.DivClassName
{
background-color: #2BDC56;
}
.BgClassName
{
background-color: #2BDC56;
}
</style>
border-color css
<style>
span { border-color: #2BDC56; }
span { border-color: rgb(43,220,86); }
td.TdClassName
{
border-color: #2BDC56;
}
.TagClassName
{
border-color: #2BDC56;
}
</style>