Shades of Malachite #2BD655
Tints of Malachite #2BD655
RGB
CMYK
RGB Variations
Color information
#2BD655 (or 0x2BD655) is known color: Malachite. HEX triplet: 2B, D6 and 55. RGB value is (43,214,85). Sum of RGB (Red+Green+Blue) = 43+214+85=342 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.57% from 342); Green value is 214 (83.98% from 255 or 62.57% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 214 - color contains mainly: green. Hex color #2BD655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD655 is #D429AA. Grayscale: #949494. Windows color (decimal): -13904299 or 5625387. OLE color: 5625387.
HSL color Cylindrical-coordinate representation of color #2BD655: hue angle of 134.74º 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 #2BD655 is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 214 | 85 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.16 |
| HSL | 134.74º | 0.68% | 0.5% | - |
| HSV(B) | 134.74º | 0.8% | 0.84% | - |
| XYZ | 26.68 | 49.26 | 16.7 | - |
| YUV | 148.17 | 92.35 | 52.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 214 | 85 | 0.80 | 0 | 0.60 | 0.16 | 134.74 | 0.68 | 0.5 |
| Hex | 2B | D6 | 55 | 50 | 0 | 3C | 10 | 87 | 44 | 32 |
| Octal | 53 | 326 | 125 | 120 | 0 | 74 | 20 | 207 | 104 | 62 |
| Binary | 101011 | 11010110 | 1010101 | 1010000 | 0 | 111100 | 10000 | 10000111 | 1000100 | 110010 |
Color Harmonies of #2BD655
Complementary color
Monochromatic Colors of #2BD655
Black with #2BD655
Text Example
Text Example
White with #2BD655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD655; }
p { color: rgb(43,214,85); }
H1.HeaderClassName
{
color: #2BD655;
}
.AnyTagClassName
{
color: #2BD655;
}
</style>
background-color css
<style>
a { background-color: #2BD655; }
a { background-color: rgb(43,214,85); }
div.DivClassName
{
background-color: #2BD655;
}
.BgClassName
{
background-color: #2BD655;
}
</style>
border-color css
<style>
span { border-color: #2BD655; }
span { border-color: rgb(43,214,85); }
td.TdClassName
{
border-color: #2BD655;
}
.TagClassName
{
border-color: #2BD655;
}
</style>