Shades of Malachite #2BE170
Tints of Malachite #2BE170
RGB
CMYK
RGB Variations
Color information
#2BE170 (or 0x2BE170) is known color: Malachite. HEX triplet: 2B, E1 and 70. RGB value is (43,225,112). Sum of RGB (Red+Green+Blue) = 43+225+112=380 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.32% from 380); Green value is 225 (88.28% from 255 or 59.21% from 380); Blue value is 112 (44.14% from 255 or 29.47% from 380); Max value from RGB is 225 - color contains mainly: green. Hex color #2BE170 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BE170 is #D41E8F. Grayscale: #9D9D9D. Windows color (decimal): -13901456 or 7397675. OLE color: 7397675.
HSL color Cylindrical-coordinate representation of color #2BE170: hue angle of 142.75º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BE170 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 225 | 112 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.12 |
| HSL | 142.75º | 0.75% | 0.53% | - |
| HSV(B) | 142.75º | 0.81% | 0.88% | - |
| XYZ | 30.85 | 55.53 | 24.42 | - |
| YUV | 157.7 | 102.2 | 46.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 225 | 112 | 0.81 | 0 | 0.50 | 0.12 | 142.75 | 0.75 | 0.53 |
| Hex | 2B | E1 | 70 | 51 | 0 | 32 | C | 8F | 4B | 35 |
| Octal | 53 | 341 | 160 | 121 | 0 | 62 | 14 | 217 | 113 | 65 |
| Binary | 101011 | 11100001 | 1110000 | 1010001 | 0 | 110010 | 1100 | 10001111 | 1001011 | 110101 |
Color Harmonies of #2BE170
Complementary color
Monochromatic Colors of #2BE170
Black with #2BE170
Text Example
Text Example
White with #2BE170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BE170; }
p { color: rgb(43,225,112); }
H1.HeaderClassName
{
color: #2BE170;
}
.AnyTagClassName
{
color: #2BE170;
}
</style>
background-color css
<style>
a { background-color: #2BE170; }
a { background-color: rgb(43,225,112); }
div.DivClassName
{
background-color: #2BE170;
}
.BgClassName
{
background-color: #2BE170;
}
</style>
border-color css
<style>
span { border-color: #2BE170; }
span { border-color: rgb(43,225,112); }
td.TdClassName
{
border-color: #2BE170;
}
.TagClassName
{
border-color: #2BE170;
}
</style>