Shades of Malachite #2BDA53
Tints of Malachite #2BDA53
RGB
CMYK
RGB Variations
Color information
#2BDA53 (or 0x2BDA53) is known color: Malachite. HEX triplet: 2B, DA and 53. RGB value is (43,218,83). Sum of RGB (Red+Green+Blue) = 43+218+83=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 218 (85.55% from 255 or 63.37% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA53 is #D425AC. Grayscale: #969696. Windows color (decimal): -13903277 or 5495339. OLE color: 5495339.
HSL color Cylindrical-coordinate representation of color #2BDA53: hue angle of 133.71º 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 #2BDA53 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 83 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.15 |
| HSL | 133.71º | 0.7% | 0.51% | - |
| HSV(B) | 133.71º | 0.8% | 0.85% | - |
| XYZ | 27.63 | 51.28 | 16.63 | - |
| YUV | 150.29 | 90.02 | 51.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 83 | 0.80 | 0 | 0.62 | 0.15 | 133.71 | 0.7 | 0.51 |
| Hex | 2B | DA | 53 | 50 | 0 | 3E | F | 86 | 46 | 33 |
| Octal | 53 | 332 | 123 | 120 | 0 | 76 | 17 | 206 | 106 | 63 |
| Binary | 101011 | 11011010 | 1010011 | 1010000 | 0 | 111110 | 1111 | 10000110 | 1000110 | 110011 |
Color Harmonies of #2BDA53
Complementary color
Monochromatic Colors of #2BDA53
Black with #2BDA53
Text Example
Text Example
White with #2BDA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA53; }
p { color: rgb(43,218,83); }
H1.HeaderClassName
{
color: #2BDA53;
}
.AnyTagClassName
{
color: #2BDA53;
}
</style>
background-color css
<style>
a { background-color: #2BDA53; }
a { background-color: rgb(43,218,83); }
div.DivClassName
{
background-color: #2BDA53;
}
.BgClassName
{
background-color: #2BDA53;
}
</style>
border-color css
<style>
span { border-color: #2BDA53; }
span { border-color: rgb(43,218,83); }
td.TdClassName
{
border-color: #2BDA53;
}
.TagClassName
{
border-color: #2BDA53;
}
</style>