Shades of Malachite #2BD96C
Tints of Malachite #2BD96C
RGB
CMYK
RGB Variations
Color information
#2BD96C (or 0x2BD96C) is known color: Malachite. HEX triplet: 2B, D9 and 6C. RGB value is (43,217,108). Sum of RGB (Red+Green+Blue) = 43+217+108=368 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.68% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD96C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD96C is #D42693. Grayscale: #989898. Windows color (decimal): -13903508 or 7133483. OLE color: 7133483.
HSL color Cylindrical-coordinate representation of color #2BD96C: hue angle of 142.41º degrees, saturation: 0.7, 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 #2BD96C is Cyan = 0.80, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 108 | - |
| CMYK | 0.80 | 0 | 0.50 | 0.15 |
| HSL | 142.41º | 0.7% | 0.51% | - |
| HSV(B) | 142.41º | 0.8% | 0.85% | - |
| XYZ | 28.52 | 51.22 | 22.57 | - |
| YUV | 152.55 | 102.85 | 49.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 108 | 0.80 | 0 | 0.50 | 0.15 | 142.41 | 0.7 | 0.51 |
| Hex | 2B | D9 | 6C | 50 | 0 | 32 | F | 8E | 46 | 33 |
| Octal | 53 | 331 | 154 | 120 | 0 | 62 | 17 | 216 | 106 | 63 |
| Binary | 101011 | 11011001 | 1101100 | 1010000 | 0 | 110010 | 1111 | 10001110 | 1000110 | 110011 |
Color Harmonies of #2BD96C
Complementary color
Monochromatic Colors of #2BD96C
Black with #2BD96C
Text Example
Text Example
White with #2BD96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD96C; }
p { color: rgb(43,217,108); }
H1.HeaderClassName
{
color: #2BD96C;
}
.AnyTagClassName
{
color: #2BD96C;
}
</style>
background-color css
<style>
a { background-color: #2BD96C; }
a { background-color: rgb(43,217,108); }
div.DivClassName
{
background-color: #2BD96C;
}
.BgClassName
{
background-color: #2BD96C;
}
</style>
border-color css
<style>
span { border-color: #2BD96C; }
span { border-color: rgb(43,217,108); }
td.TdClassName
{
border-color: #2BD96C;
}
.TagClassName
{
border-color: #2BD96C;
}
</style>