Shades of Malachite #2BEC56
Tints of Malachite #2BEC56
RGB
CMYK
RGB Variations
Color information
#2BEC56 (or 0x2BEC56) is known color: Malachite. HEX triplet: 2B, EC and 56. RGB value is (43,236,86). Sum of RGB (Red+Green+Blue) = 43+236+86=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 236 (92.58% from 255 or 64.66% from 365); Blue value is 86 (33.98% from 255 or 23.56% from 365); Max value from RGB is 236 - color contains mainly: green. Hex color #2BEC56 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEC56 is #D413A9. Grayscale: #A1A1A1. Windows color (decimal): -13898666 or 5696555. OLE color: 5696555.
HSL color Cylindrical-coordinate representation of color #2BEC56: hue angle of 133.37º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEC56 is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 236 | 86 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.07 |
| HSL | 133.37º | 0.84% | 0.55% | - |
| HSV(B) | 133.37º | 0.82% | 0.93% | - |
| XYZ | 32.67 | 61.18 | 18.89 | - |
| YUV | 161.19 | 85.56 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 236 | 86 | 0.82 | 0 | 0.64 | 0.07 | 133.37 | 0.84 | 0.55 |
| Hex | 2B | EC | 56 | 52 | 0 | 40 | 7 | 85 | 54 | 37 |
| Octal | 53 | 354 | 126 | 122 | 0 | 100 | 7 | 205 | 124 | 67 |
| Binary | 101011 | 11101100 | 1010110 | 1010010 | 0 | 1000000 | 111 | 10000101 | 1010100 | 110111 |
Color Harmonies of #2BEC56
Complementary color
Monochromatic Colors of #2BEC56
Black with #2BEC56
Text Example
Text Example
White with #2BEC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEC56; }
p { color: rgb(43,236,86); }
H1.HeaderClassName
{
color: #2BEC56;
}
.AnyTagClassName
{
color: #2BEC56;
}
</style>
background-color css
<style>
a { background-color: #2BEC56; }
a { background-color: rgb(43,236,86); }
div.DivClassName
{
background-color: #2BEC56;
}
.BgClassName
{
background-color: #2BEC56;
}
</style>
border-color css
<style>
span { border-color: #2BEC56; }
span { border-color: rgb(43,236,86); }
td.TdClassName
{
border-color: #2BEC56;
}
.TagClassName
{
border-color: #2BEC56;
}
</style>