Shades of Malachite #2BD86A
Tints of Malachite #2BD86A
RGB
CMYK
RGB Variations
Color information
#2BD86A (or 0x2BD86A) is known color: Malachite. HEX triplet: 2B, D8 and 6A. RGB value is (43,216,106). Sum of RGB (Red+Green+Blue) = 43+216+106=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD86A is #D42795. Grayscale: #989898. Windows color (decimal): -13903766 or 7002155. OLE color: 7002155.
HSL color Cylindrical-coordinate representation of color #2BD86A: hue angle of 141.85º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD86A is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 106 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.15 |
| HSL | 141.85º | 0.69% | 0.51% | - |
| HSV(B) | 141.85º | 0.8% | 0.85% | - |
| XYZ | 28.15 | 50.67 | 21.93 | - |
| YUV | 151.73 | 102.19 | 50.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 106 | 0.80 | 0 | 0.51 | 0.15 | 141.85 | 0.69 | 0.51 |
| Hex | 2B | D8 | 6A | 50 | 0 | 33 | F | 8E | 45 | 33 |
| Octal | 53 | 330 | 152 | 120 | 0 | 63 | 17 | 216 | 105 | 63 |
| Binary | 101011 | 11011000 | 1101010 | 1010000 | 0 | 110011 | 1111 | 10001110 | 1000101 | 110011 |
Color Harmonies of #2BD86A
Complementary color
Monochromatic Colors of #2BD86A
Black with #2BD86A
Text Example
Text Example
White with #2BD86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD86A; }
p { color: rgb(43,216,106); }
H1.HeaderClassName
{
color: #2BD86A;
}
.AnyTagClassName
{
color: #2BD86A;
}
</style>
background-color css
<style>
a { background-color: #2BD86A; }
a { background-color: rgb(43,216,106); }
div.DivClassName
{
background-color: #2BD86A;
}
.BgClassName
{
background-color: #2BD86A;
}
</style>
border-color css
<style>
span { border-color: #2BD86A; }
span { border-color: rgb(43,216,106); }
td.TdClassName
{
border-color: #2BD86A;
}
.TagClassName
{
border-color: #2BD86A;
}
</style>