Shades of Malachite #2BDA6D
Tints of Malachite #2BDA6D
RGB
CMYK
RGB Variations
Color information
#2BDA6D (or 0x2BDA6D) is known color: Malachite. HEX triplet: 2B, DA and 6D. RGB value is (43,218,109). Sum of RGB (Red+Green+Blue) = 43+218+109=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 218 (85.55% from 255 or 58.92% from 370); Blue value is 109 (42.97% from 255 or 29.46% from 370); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA6D is #D42592. Grayscale: #999999. Windows color (decimal): -13903251 or 7199275. OLE color: 7199275.
HSL color Cylindrical-coordinate representation of color #2BDA6D: hue angle of 142.63º 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 #2BDA6D is Cyan = 0.80, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 109 | - |
| CMYK | 0.80 | 0 | 0.5 | 0.15 |
| HSL | 142.63º | 0.7% | 0.51% | - |
| HSV(B) | 142.63º | 0.8% | 0.85% | - |
| XYZ | 28.83 | 51.76 | 22.94 | - |
| YUV | 153.25 | 103.02 | 49.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 109 | 0.80 | 0 | 0.5 | 0.15 | 142.63 | 0.7 | 0.51 |
| Hex | 2B | DA | 6D | 50 | 0 | 32 | F | 8F | 46 | 33 |
| Octal | 53 | 332 | 155 | 120 | 0 | 62 | 17 | 217 | 106 | 63 |
| Binary | 101011 | 11011010 | 1101101 | 1010000 | 0 | 110010 | 1111 | 10001111 | 1000110 | 110011 |
Color Harmonies of #2BDA6D
Complementary color
Monochromatic Colors of #2BDA6D
Black with #2BDA6D
Text Example
Text Example
White with #2BDA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA6D; }
p { color: rgb(43,218,109); }
H1.HeaderClassName
{
color: #2BDA6D;
}
.AnyTagClassName
{
color: #2BDA6D;
}
</style>
background-color css
<style>
a { background-color: #2BDA6D; }
a { background-color: rgb(43,218,109); }
div.DivClassName
{
background-color: #2BDA6D;
}
.BgClassName
{
background-color: #2BDA6D;
}
</style>
border-color css
<style>
span { border-color: #2BDA6D; }
span { border-color: rgb(43,218,109); }
td.TdClassName
{
border-color: #2BDA6D;
}
.TagClassName
{
border-color: #2BDA6D;
}
</style>