Shades of Malachite #2BDA52
Tints of Malachite #2BDA52
RGB
CMYK
RGB Variations
Color information
#2BDA52 (or 0x2BDA52) is known color: Malachite. HEX triplet: 2B, DA and 52. RGB value is (43,218,82). Sum of RGB (Red+Green+Blue) = 43+218+82=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 218 (85.55% from 255 or 63.56% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA52 is #D425AD. Grayscale: #969696. Windows color (decimal): -13903278 or 5429803. OLE color: 5429803.
HSL color Cylindrical-coordinate representation of color #2BDA52: hue angle of 133.37º 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 #2BDA52 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 82 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.15 |
| HSL | 133.37º | 0.7% | 0.51% | - |
| HSV(B) | 133.37º | 0.8% | 0.85% | - |
| XYZ | 27.59 | 51.27 | 16.42 | - |
| YUV | 150.17 | 89.52 | 51.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 82 | 0.80 | 0 | 0.62 | 0.15 | 133.37 | 0.7 | 0.51 |
| Hex | 2B | DA | 52 | 50 | 0 | 3E | F | 85 | 46 | 33 |
| Octal | 53 | 332 | 122 | 120 | 0 | 76 | 17 | 205 | 106 | 63 |
| Binary | 101011 | 11011010 | 1010010 | 1010000 | 0 | 111110 | 1111 | 10000101 | 1000110 | 110011 |
Color Harmonies of #2BDA52
Complementary color
Monochromatic Colors of #2BDA52
Black with #2BDA52
Text Example
Text Example
White with #2BDA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA52; }
p { color: rgb(43,218,82); }
H1.HeaderClassName
{
color: #2BDA52;
}
.AnyTagClassName
{
color: #2BDA52;
}
</style>
background-color css
<style>
a { background-color: #2BDA52; }
a { background-color: rgb(43,218,82); }
div.DivClassName
{
background-color: #2BDA52;
}
.BgClassName
{
background-color: #2BDA52;
}
</style>
border-color css
<style>
span { border-color: #2BDA52; }
span { border-color: rgb(43,218,82); }
td.TdClassName
{
border-color: #2BDA52;
}
.TagClassName
{
border-color: #2BDA52;
}
</style>