Shades of Malachite #2BDA54
Tints of Malachite #2BDA54
RGB
CMYK
RGB Variations
Color information
#2BDA54 (or 0x2BDA54) is known color: Malachite. HEX triplet: 2B, DA and 54. RGB value is (43,218,84). Sum of RGB (Red+Green+Blue) = 43+218+84=345 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.46% from 345); Green value is 218 (85.55% from 255 or 63.19% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA54 is #D425AB. Grayscale: #969696. Windows color (decimal): -13903276 or 5560875. OLE color: 5560875.
HSL color Cylindrical-coordinate representation of color #2BDA54: hue angle of 134.06º 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 #2BDA54 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 84 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.15 |
| HSL | 134.06º | 0.7% | 0.51% | - |
| HSV(B) | 134.06º | 0.8% | 0.85% | - |
| XYZ | 27.67 | 51.3 | 16.83 | - |
| YUV | 150.4 | 90.52 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 84 | 0.80 | 0 | 0.61 | 0.15 | 134.06 | 0.7 | 0.51 |
| Hex | 2B | DA | 54 | 50 | 0 | 3D | F | 86 | 46 | 33 |
| Octal | 53 | 332 | 124 | 120 | 0 | 75 | 17 | 206 | 106 | 63 |
| Binary | 101011 | 11011010 | 1010100 | 1010000 | 0 | 111101 | 1111 | 10000110 | 1000110 | 110011 |
Color Harmonies of #2BDA54
Complementary color
Monochromatic Colors of #2BDA54
Black with #2BDA54
Text Example
Text Example
White with #2BDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA54; }
p { color: rgb(43,218,84); }
H1.HeaderClassName
{
color: #2BDA54;
}
.AnyTagClassName
{
color: #2BDA54;
}
</style>
background-color css
<style>
a { background-color: #2BDA54; }
a { background-color: rgb(43,218,84); }
div.DivClassName
{
background-color: #2BDA54;
}
.BgClassName
{
background-color: #2BDA54;
}
</style>
border-color css
<style>
span { border-color: #2BDA54; }
span { border-color: rgb(43,218,84); }
td.TdClassName
{
border-color: #2BDA54;
}
.TagClassName
{
border-color: #2BDA54;
}
</style>