Shades of Malachite #2BDE55
Tints of Malachite #2BDE55
RGB
CMYK
RGB Variations
Color information
#2BDE55 (or 0x2BDE55) is known color: Malachite. HEX triplet: 2B, DE and 55. RGB value is (43,222,85). Sum of RGB (Red+Green+Blue) = 43+222+85=350 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.29% from 350); Green value is 222 (87.11% from 255 or 63.43% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 222 - color contains mainly: green. Hex color #2BDE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDE55 is #D421AA. Grayscale: #999999. Windows color (decimal): -13902251 or 5627435. OLE color: 5627435.
HSL color Cylindrical-coordinate representation of color #2BDE55: hue angle of 134.08º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDE55 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 222 | 85 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.13 |
| HSL | 134.08º | 0.73% | 0.52% | - |
| HSV(B) | 134.08º | 0.81% | 0.87% | - |
| XYZ | 28.76 | 53.41 | 17.39 | - |
| YUV | 152.86 | 89.7 | 49.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 222 | 85 | 0.81 | 0 | 0.62 | 0.13 | 134.08 | 0.73 | 0.52 |
| Hex | 2B | DE | 55 | 51 | 0 | 3E | D | 86 | 49 | 34 |
| Octal | 53 | 336 | 125 | 121 | 0 | 76 | 15 | 206 | 111 | 64 |
| Binary | 101011 | 11011110 | 1010101 | 1010001 | 0 | 111110 | 1101 | 10000110 | 1001001 | 110100 |
Color Harmonies of #2BDE55
Complementary color
Monochromatic Colors of #2BDE55
Black with #2BDE55
Text Example
Text Example
White with #2BDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDE55; }
p { color: rgb(43,222,85); }
H1.HeaderClassName
{
color: #2BDE55;
}
.AnyTagClassName
{
color: #2BDE55;
}
</style>
background-color css
<style>
a { background-color: #2BDE55; }
a { background-color: rgb(43,222,85); }
div.DivClassName
{
background-color: #2BDE55;
}
.BgClassName
{
background-color: #2BDE55;
}
</style>
border-color css
<style>
span { border-color: #2BDE55; }
span { border-color: rgb(43,222,85); }
td.TdClassName
{
border-color: #2BDE55;
}
.TagClassName
{
border-color: #2BDE55;
}
</style>