Shades of Malachite #2BD668
Tints of Malachite #2BD668
RGB
CMYK
RGB Variations
Color information
#2BD668 (or 0x2BD668) is known color: Malachite. HEX triplet: 2B, D6 and 68. RGB value is (43,214,104). Sum of RGB (Red+Green+Blue) = 43+214+104=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD668 is #D42997. Grayscale: #969696. Windows color (decimal): -13904280 or 6870571. OLE color: 6870571.
HSL color Cylindrical-coordinate representation of color #2BD668: hue angle of 141.4º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD668 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 104 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.16 |
| HSL | 141.4º | 0.68% | 0.5% | - |
| HSV(B) | 141.4º | 0.8% | 0.84% | - |
| XYZ | 27.54 | 49.61 | 21.22 | - |
| YUV | 150.33 | 101.85 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 104 | 0.80 | 0 | 0.51 | 0.16 | 141.4 | 0.68 | 0.5 |
| Hex | 2B | D6 | 68 | 50 | 0 | 33 | 10 | 8D | 44 | 32 |
| Octal | 53 | 326 | 150 | 120 | 0 | 63 | 20 | 215 | 104 | 62 |
| Binary | 101011 | 11010110 | 1101000 | 1010000 | 0 | 110011 | 10000 | 10001101 | 1000100 | 110010 |
Color Harmonies of #2BD668
Complementary color
Monochromatic Colors of #2BD668
Black with #2BD668
Text Example
Text Example
White with #2BD668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD668; }
p { color: rgb(43,214,104); }
H1.HeaderClassName
{
color: #2BD668;
}
.AnyTagClassName
{
color: #2BD668;
}
</style>
background-color css
<style>
a { background-color: #2BD668; }
a { background-color: rgb(43,214,104); }
div.DivClassName
{
background-color: #2BD668;
}
.BgClassName
{
background-color: #2BD668;
}
</style>
border-color css
<style>
span { border-color: #2BD668; }
span { border-color: rgb(43,214,104); }
td.TdClassName
{
border-color: #2BD668;
}
.TagClassName
{
border-color: #2BD668;
}
</style>