Shades of Malachite #2BDA55
Tints of Malachite #2BDA55
RGB
CMYK
RGB Variations
Color information
#2BDA55 (or 0x2BDA55) is known color: Malachite. HEX triplet: 2B, DA and 55. RGB value is (43,218,85). Sum of RGB (Red+Green+Blue) = 43+218+85=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA55 is #D425AA. Grayscale: #969696. Windows color (decimal): -13903275 or 5626411. OLE color: 5626411.
HSL color Cylindrical-coordinate representation of color #2BDA55: hue angle of 134.4º 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 #2BDA55 is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 218 | 85 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.15 |
| HSL | 134.4º | 0.7% | 0.51% | - |
| HSV(B) | 134.4º | 0.8% | 0.85% | - |
| XYZ | 27.71 | 51.31 | 17.04 | - |
| YUV | 150.51 | 91.02 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 218 | 85 | 0.80 | 0 | 0.61 | 0.15 | 134.4 | 0.7 | 0.51 |
| Hex | 2B | DA | 55 | 50 | 0 | 3D | F | 86 | 46 | 33 |
| Octal | 53 | 332 | 125 | 120 | 0 | 75 | 17 | 206 | 106 | 63 |
| Binary | 101011 | 11011010 | 1010101 | 1010000 | 0 | 111101 | 1111 | 10000110 | 1000110 | 110011 |
Color Harmonies of #2BDA55
Complementary color
Monochromatic Colors of #2BDA55
Black with #2BDA55
Text Example
Text Example
White with #2BDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA55; }
p { color: rgb(43,218,85); }
H1.HeaderClassName
{
color: #2BDA55;
}
.AnyTagClassName
{
color: #2BDA55;
}
</style>
background-color css
<style>
a { background-color: #2BDA55; }
a { background-color: rgb(43,218,85); }
div.DivClassName
{
background-color: #2BDA55;
}
.BgClassName
{
background-color: #2BDA55;
}
</style>
border-color css
<style>
span { border-color: #2BDA55; }
span { border-color: rgb(43,218,85); }
td.TdClassName
{
border-color: #2BDA55;
}
.TagClassName
{
border-color: #2BDA55;
}
</style>