Shades of Malachite #2BD667
Tints of Malachite #2BD667
RGB
CMYK
RGB Variations
Color information
#2BD667 (or 0x2BD667) is known color: Malachite. HEX triplet: 2B, D6 and 67. RGB value is (43,214,103). Sum of RGB (Red+Green+Blue) = 43+214+103=360 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.94% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD667 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD667 is #D42998. Grayscale: #969696. Windows color (decimal): -13904281 or 6805035. OLE color: 6805035.
HSL color Cylindrical-coordinate representation of color #2BD667: hue angle of 141.05º 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 #2BD667 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 103 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.16 |
| HSL | 141.05º | 0.68% | 0.5% | - |
| HSV(B) | 141.05º | 0.8% | 0.84% | - |
| XYZ | 27.49 | 49.59 | 20.95 | - |
| YUV | 150.22 | 101.35 | 51.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 103 | 0.80 | 0 | 0.52 | 0.16 | 141.05 | 0.68 | 0.5 |
| Hex | 2B | D6 | 67 | 50 | 0 | 34 | 10 | 8D | 44 | 32 |
| Octal | 53 | 326 | 147 | 120 | 0 | 64 | 20 | 215 | 104 | 62 |
| Binary | 101011 | 11010110 | 1100111 | 1010000 | 0 | 110100 | 10000 | 10001101 | 1000100 | 110010 |
Color Harmonies of #2BD667
Complementary color
Monochromatic Colors of #2BD667
Black with #2BD667
Text Example
Text Example
White with #2BD667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD667; }
p { color: rgb(43,214,103); }
H1.HeaderClassName
{
color: #2BD667;
}
.AnyTagClassName
{
color: #2BD667;
}
</style>
background-color css
<style>
a { background-color: #2BD667; }
a { background-color: rgb(43,214,103); }
div.DivClassName
{
background-color: #2BD667;
}
.BgClassName
{
background-color: #2BD667;
}
</style>
border-color css
<style>
span { border-color: #2BD667; }
span { border-color: rgb(43,214,103); }
td.TdClassName
{
border-color: #2BD667;
}
.TagClassName
{
border-color: #2BD667;
}
</style>