Shades of Malachite #2BDF5F
Tints of Malachite #2BDF5F
RGB
CMYK
RGB Variations
Color information
#2BDF5F (or 0x2BDF5F) is known color: Malachite. HEX triplet: 2B, DF and 5F. RGB value is (43,223,95). Sum of RGB (Red+Green+Blue) = 43+223+95=361 (47% of max value = 765). Red value is 43 (17.19% from 255 or 11.91% from 361); Green value is 223 (87.5% from 255 or 61.77% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF5F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF5F is #D420A0. Grayscale: #9A9A9A. Windows color (decimal): -13901985 or 6283051. OLE color: 6283051.
HSL color Cylindrical-coordinate representation of color #2BDF5F: hue angle of 137.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 #2BDF5F is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 95 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.13 |
| HSL | 137.33º | 0.74% | 0.52% | - |
| HSV(B) | 137.33º | 0.81% | 0.87% | - |
| XYZ | 29.45 | 54.12 | 19.72 | - |
| YUV | 154.59 | 94.37 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 95 | 0.81 | 0 | 0.57 | 0.13 | 137.33 | 0.74 | 0.52 |
| Hex | 2B | DF | 5F | 51 | 0 | 39 | D | 89 | 4A | 34 |
| Octal | 53 | 337 | 137 | 121 | 0 | 71 | 15 | 211 | 112 | 64 |
| Binary | 101011 | 11011111 | 1011111 | 1010001 | 0 | 111001 | 1101 | 10001001 | 1001010 | 110100 |
Color Harmonies of #2BDF5F
Complementary color
Monochromatic Colors of #2BDF5F
Black with #2BDF5F
Text Example
Text Example
White with #2BDF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF5F; }
p { color: rgb(43,223,95); }
H1.HeaderClassName
{
color: #2BDF5F;
}
.AnyTagClassName
{
color: #2BDF5F;
}
</style>
background-color css
<style>
a { background-color: #2BDF5F; }
a { background-color: rgb(43,223,95); }
div.DivClassName
{
background-color: #2BDF5F;
}
.BgClassName
{
background-color: #2BDF5F;
}
</style>
border-color css
<style>
span { border-color: #2BDF5F; }
span { border-color: rgb(43,223,95); }
td.TdClassName
{
border-color: #2BDF5F;
}
.TagClassName
{
border-color: #2BDF5F;
}
</style>