Shades of Malachite #2BD953
Tints of Malachite #2BD953
RGB
CMYK
RGB Variations
Color information
#2BD953 (or 0x2BD953) is known color: Malachite. HEX triplet: 2B, D9 and 53. RGB value is (43,217,83). Sum of RGB (Red+Green+Blue) = 43+217+83=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 217 (85.16% from 255 or 63.27% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 217 - color contains mainly: green. Hex color #2BD953 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BD953 is #D426AC. Grayscale: #969696. Windows color (decimal): -13903533 or 5495083. OLE color: 5495083.
HSL color Cylindrical-coordinate representation of color #2BD953: hue angle of 133.79º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BD953 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 217 | 83 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.15 |
| HSL | 133.79º | 0.7% | 0.51% | - |
| HSV(B) | 133.79º | 0.8% | 0.85% | - |
| XYZ | 27.37 | 50.76 | 16.54 | - |
| YUV | 149.7 | 90.35 | 51.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 217 | 83 | 0.80 | 0 | 0.62 | 0.15 | 133.79 | 0.7 | 0.51 |
| Hex | 2B | D9 | 53 | 50 | 0 | 3E | F | 86 | 46 | 33 |
| Octal | 53 | 331 | 123 | 120 | 0 | 76 | 17 | 206 | 106 | 63 |
| Binary | 101011 | 11011001 | 1010011 | 1010000 | 0 | 111110 | 1111 | 10000110 | 1000110 | 110011 |
Color Harmonies of #2BD953
Complementary color
Monochromatic Colors of #2BD953
Black with #2BD953
Text Example
Text Example
White with #2BD953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BD953; }
p { color: rgb(43,217,83); }
H1.HeaderClassName
{
color: #2BD953;
}
.AnyTagClassName
{
color: #2BD953;
}
</style>
background-color css
<style>
a { background-color: #2BD953; }
a { background-color: rgb(43,217,83); }
div.DivClassName
{
background-color: #2BD953;
}
.BgClassName
{
background-color: #2BD953;
}
</style>
border-color css
<style>
span { border-color: #2BD953; }
span { border-color: rgb(43,217,83); }
td.TdClassName
{
border-color: #2BD953;
}
.TagClassName
{
border-color: #2BD953;
}
</style>