Shades of Malachite #2BE856
Tints of Malachite #2BE856
RGB
CMYK
RGB Variations
Color information
#2BE856 (or 0x2BE856) is known color: Malachite. HEX triplet: 2B, E8 and 56. RGB value is (43,232,86). Sum of RGB (Red+Green+Blue) = 43+232+86=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 232 (91.02% from 255 or 64.27% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 232 - color contains mainly: green. Hex color #2BE856 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BE856 is #D417A9. Grayscale: #9F9F9F. Windows color (decimal): -13899690 or 5695531. OLE color: 5695531.
HSL color Cylindrical-coordinate representation of color #2BE856: hue angle of 133.65º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE856 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 43 | 232 | 86 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.09 |
| HSL | 133.65º | 0.8% | 0.54% | - |
| HSV(B) | 133.65º | 0.81% | 0.91% | - |
| XYZ | 31.53 | 58.9 | 18.51 | - |
| YUV | 158.85 | 86.88 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 232 | 86 | 0.81 | 0 | 0.63 | 0.09 | 133.65 | 0.8 | 0.54 |
| Hex | 2B | E8 | 56 | 51 | 0 | 3F | 9 | 86 | 50 | 36 |
| Octal | 53 | 350 | 126 | 121 | 0 | 77 | 11 | 206 | 120 | 66 |
| Binary | 101011 | 11101000 | 1010110 | 1010001 | 0 | 111111 | 1001 | 10000110 | 1010000 | 110110 |
Color Harmonies of #2BE856
Complementary color
Monochromatic Colors of #2BE856
Black with #2BE856
Text Example
Text Example
White with #2BE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE856; }
p { color: rgb(43,232,86); }
H1.HeaderClassName
{
color: #2BE856;
}
.AnyTagClassName
{
color: #2BE856;
}
</style>
background-color css
<style>
a { background-color: #2BE856; }
a { background-color: rgb(43,232,86); }
div.DivClassName
{
background-color: #2BE856;
}
.BgClassName
{
background-color: #2BE856;
}
</style>
border-color css
<style>
span { border-color: #2BE856; }
span { border-color: rgb(43,232,86); }
td.TdClassName
{
border-color: #2BE856;
}
.TagClassName
{
border-color: #2BE856;
}
</style>