Shades of Malachite #2BD86B
Tints of Malachite #2BD86B
RGB
CMYK
RGB Variations
Color information
#2BD86B (or 0x2BD86B) is known color: Malachite. HEX triplet: 2B, D8 and 6B. RGB value is (43,216,107). Sum of RGB (Red+Green+Blue) = 43+216+107=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 216 (84.77% from 255 or 59.02% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD86B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD86B is #D42794. Grayscale: #989898. Windows color (decimal): -13903765 or 7067691. OLE color: 7067691.
HSL color Cylindrical-coordinate representation of color #2BD86B: hue angle of 142.2º 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 #2BD86B is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 107 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.15 |
| HSL | 142.2º | 0.69% | 0.51% | - |
| HSV(B) | 142.2º | 0.8% | 0.85% | - |
| XYZ | 28.21 | 50.69 | 22.21 | - |
| YUV | 151.85 | 102.69 | 50.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 107 | 0.80 | 0 | 0.50 | 0.15 | 142.2 | 0.69 | 0.51 |
| Hex | 2B | D8 | 6B | 50 | 0 | 32 | F | 8E | 45 | 33 |
| Octal | 53 | 330 | 153 | 120 | 0 | 62 | 17 | 216 | 105 | 63 |
| Binary | 101011 | 11011000 | 1101011 | 1010000 | 0 | 110010 | 1111 | 10001110 | 1000101 | 110011 |
Color Harmonies of #2BD86B
Complementary color
Monochromatic Colors of #2BD86B
Black with #2BD86B
Text Example
Text Example
White with #2BD86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD86B; }
p { color: rgb(43,216,107); }
H1.HeaderClassName
{
color: #2BD86B;
}
.AnyTagClassName
{
color: #2BD86B;
}
</style>
background-color css
<style>
a { background-color: #2BD86B; }
a { background-color: rgb(43,216,107); }
div.DivClassName
{
background-color: #2BD86B;
}
.BgClassName
{
background-color: #2BD86B;
}
</style>
border-color css
<style>
span { border-color: #2BD86B; }
span { border-color: rgb(43,216,107); }
td.TdClassName
{
border-color: #2BD86B;
}
.TagClassName
{
border-color: #2BD86B;
}
</style>