Shades of Malachite #2BD85F
Tints of Malachite #2BD85F
RGB
CMYK
RGB Variations
Color information
#2BD85F (or 0x2BD85F) is known color: Malachite. HEX triplet: 2B, D8 and 5F. RGB value is (43,216,95). Sum of RGB (Red+Green+Blue) = 43+216+95=354 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.15% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #2BD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD85F is #D427A0. Grayscale: #969696. Windows color (decimal): -13903777 or 6281259. OLE color: 6281259.
HSL color Cylindrical-coordinate representation of color #2BD85F: hue angle of 138.03º degrees, saturation: 0.69, 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 #2BD85F is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 216 | 95 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.15 |
| HSL | 138.03º | 0.69% | 0.51% | - |
| HSV(B) | 138.03º | 0.8% | 0.85% | - |
| XYZ | 27.62 | 50.45 | 19.11 | - |
| YUV | 150.48 | 96.69 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 216 | 95 | 0.80 | 0 | 0.56 | 0.15 | 138.03 | 0.69 | 0.51 |
| Hex | 2B | D8 | 5F | 50 | 0 | 38 | F | 8A | 45 | 33 |
| Octal | 53 | 330 | 137 | 120 | 0 | 70 | 17 | 212 | 105 | 63 |
| Binary | 101011 | 11011000 | 1011111 | 1010000 | 0 | 111000 | 1111 | 10001010 | 1000101 | 110011 |
Color Harmonies of #2BD85F
Complementary color
Monochromatic Colors of #2BD85F
Black with #2BD85F
Text Example
Text Example
White with #2BD85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD85F; }
p { color: rgb(43,216,95); }
H1.HeaderClassName
{
color: #2BD85F;
}
.AnyTagClassName
{
color: #2BD85F;
}
</style>
background-color css
<style>
a { background-color: #2BD85F; }
a { background-color: rgb(43,216,95); }
div.DivClassName
{
background-color: #2BD85F;
}
.BgClassName
{
background-color: #2BD85F;
}
</style>
border-color css
<style>
span { border-color: #2BD85F; }
span { border-color: rgb(43,216,95); }
td.TdClassName
{
border-color: #2BD85F;
}
.TagClassName
{
border-color: #2BD85F;
}
</style>