Shades of Malachite #2BDF56
Tints of Malachite #2BDF56
RGB
CMYK
RGB Variations
Color information
#2BDF56 (or 0x2BDF56) is known color: Malachite. HEX triplet: 2B, DF and 56. RGB value is (43,223,86). Sum of RGB (Red+Green+Blue) = 43+223+86=352 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.22% from 352); Green value is 223 (87.5% from 255 or 63.35% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF56 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF56 is #D420A9. Grayscale: #999999. Windows color (decimal): -13901994 or 5693227. OLE color: 5693227.
HSL color Cylindrical-coordinate representation of color #2BDF56: hue angle of 134.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF56 is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 86 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.13 |
| HSL | 134.33º | 0.74% | 0.52% | - |
| HSV(B) | 134.33º | 0.81% | 0.87% | - |
| XYZ | 29.06 | 53.96 | 17.69 | - |
| YUV | 153.56 | 89.87 | 49.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 86 | 0.81 | 0 | 0.61 | 0.13 | 134.33 | 0.74 | 0.52 |
| Hex | 2B | DF | 56 | 51 | 0 | 3D | D | 86 | 4A | 34 |
| Octal | 53 | 337 | 126 | 121 | 0 | 75 | 15 | 206 | 112 | 64 |
| Binary | 101011 | 11011111 | 1010110 | 1010001 | 0 | 111101 | 1101 | 10000110 | 1001010 | 110100 |
Color Harmonies of #2BDF56
Complementary color
Monochromatic Colors of #2BDF56
Black with #2BDF56
Text Example
Text Example
White with #2BDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF56; }
p { color: rgb(43,223,86); }
H1.HeaderClassName
{
color: #2BDF56;
}
.AnyTagClassName
{
color: #2BDF56;
}
</style>
background-color css
<style>
a { background-color: #2BDF56; }
a { background-color: rgb(43,223,86); }
div.DivClassName
{
background-color: #2BDF56;
}
.BgClassName
{
background-color: #2BDF56;
}
</style>
border-color css
<style>
span { border-color: #2BDF56; }
span { border-color: rgb(43,223,86); }
td.TdClassName
{
border-color: #2BDF56;
}
.TagClassName
{
border-color: #2BDF56;
}
</style>