Shades of Malachite #2BD151
Tints of Malachite #2BD151
RGB
CMYK
RGB Variations
Color information
#2BD151 (or 0x2BD151) is known color: Malachite. HEX triplet: 2B, D1 and 51. RGB value is (43,209,81). Sum of RGB (Red+Green+Blue) = 43+209+81=333 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.91% from 333); Green value is 209 (82.03% from 255 or 62.76% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 209 - color contains mainly: green. Hex color #2BD151 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD151 is #D42EAE. Grayscale: #919191. Windows color (decimal): -13905583 or 5361963. OLE color: 5361963.
HSL color Cylindrical-coordinate representation of color #2BD151: hue angle of 133.73º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BD151 is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 209 | 81 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.18 |
| HSL | 133.73º | 0.66% | 0.49% | - |
| HSV(B) | 133.73º | 0.79% | 0.82% | - |
| XYZ | 25.28 | 46.71 | 15.47 | - |
| YUV | 144.77 | 92 | 55.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 209 | 81 | 0.79 | 0 | 0.61 | 0.18 | 133.73 | 0.66 | 0.49 |
| Hex | 2B | D1 | 51 | 4F | 0 | 3D | 12 | 86 | 42 | 31 |
| Octal | 53 | 321 | 121 | 117 | 0 | 75 | 22 | 206 | 102 | 61 |
| Binary | 101011 | 11010001 | 1010001 | 1001111 | 0 | 111101 | 10010 | 10000110 | 1000010 | 110001 |
Color Harmonies of #2BD151
Complementary color
Monochromatic Colors of #2BD151
Black with #2BD151
Text Example
Text Example
White with #2BD151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD151; }
p { color: rgb(43,209,81); }
H1.HeaderClassName
{
color: #2BD151;
}
.AnyTagClassName
{
color: #2BD151;
}
</style>
background-color css
<style>
a { background-color: #2BD151; }
a { background-color: rgb(43,209,81); }
div.DivClassName
{
background-color: #2BD151;
}
.BgClassName
{
background-color: #2BD151;
}
</style>
border-color css
<style>
span { border-color: #2BD151; }
span { border-color: rgb(43,209,81); }
td.TdClassName
{
border-color: #2BD151;
}
.TagClassName
{
border-color: #2BD151;
}
</style>