Shades of Malachite #2BC556
Tints of Malachite #2BC556
RGB
CMYK
RGB Variations
Color information
#2BC556 (or 0x2BC556) is known color: Malachite. HEX triplet: 2B, C5 and 56. RGB value is (43,197,86). Sum of RGB (Red+Green+Blue) = 43+197+86=326 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.19% from 326); Green value is 197 (77.34% from 255 or 60.43% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 197 - color contains mainly: green. Hex color #2BC556 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BC556 is #D43AA9. Grayscale: #8A8A8A. Windows color (decimal): -13908650 or 5686571. OLE color: 5686571.
HSL color Cylindrical-coordinate representation of color #2BC556: hue angle of 136.75º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BC556 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 43 | 197 | 86 | - |
| CMYK | 0.78 | 0 | 0.56 | 0.23 |
| HSL | 136.75º | 0.64% | 0.47% | - |
| HSV(B) | 136.75º | 0.78% | 0.77% | - |
| XYZ | 22.64 | 41.12 | 15.55 | - |
| YUV | 138.3 | 98.48 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 86 | 0.78 | 0 | 0.56 | 0.23 | 136.75 | 0.64 | 0.47 |
| Hex | 2B | C5 | 56 | 4E | 0 | 38 | 17 | 89 | 40 | 2F |
| Octal | 53 | 305 | 126 | 116 | 0 | 70 | 27 | 211 | 100 | 57 |
| Binary | 101011 | 11000101 | 1010110 | 1001110 | 0 | 111000 | 10111 | 10001001 | 1000000 | 101111 |
Color Harmonies of #2BC556
Complementary color
Monochromatic Colors of #2BC556
Black with #2BC556
Text Example
Text Example
White with #2BC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC556; }
p { color: rgb(43,197,86); }
H1.HeaderClassName
{
color: #2BC556;
}
.AnyTagClassName
{
color: #2BC556;
}
</style>
background-color css
<style>
a { background-color: #2BC556; }
a { background-color: rgb(43,197,86); }
div.DivClassName
{
background-color: #2BC556;
}
.BgClassName
{
background-color: #2BC556;
}
</style>
border-color css
<style>
span { border-color: #2BC556; }
span { border-color: rgb(43,197,86); }
td.TdClassName
{
border-color: #2BC556;
}
.TagClassName
{
border-color: #2BC556;
}
</style>