Shades of Malachite #2BEB73
Tints of Malachite #2BEB73
RGB
CMYK
RGB Variations
Color information
#2BEB73 (or 0x2BEB73) is known color: Malachite. HEX triplet: 2B, EB and 73. RGB value is (43,235,115). Sum of RGB (Red+Green+Blue) = 43+235+115=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 235 (92.19% from 255 or 59.80% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEB73 is #D4148C. Grayscale: #A4A4A4. Windows color (decimal): -13898893 or 7596843. OLE color: 7596843.
HSL color Cylindrical-coordinate representation of color #2BEB73: hue angle of 142.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEB73 is Cyan = 0.82, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 115 | - |
| CMYK | 0.82 | 0 | 0.51 | 0.08 |
| HSL | 142.5º | 0.83% | 0.55% | - |
| HSV(B) | 142.5º | 0.82% | 0.92% | - |
| XYZ | 33.8 | 61.17 | 26.24 | - |
| YUV | 163.91 | 100.39 | 41.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 115 | 0.82 | 0 | 0.51 | 0.08 | 142.5 | 0.83 | 0.55 |
| Hex | 2B | EB | 73 | 52 | 0 | 33 | 8 | 8E | 53 | 37 |
| Octal | 53 | 353 | 163 | 122 | 0 | 63 | 10 | 216 | 123 | 67 |
| Binary | 101011 | 11101011 | 1110011 | 1010010 | 0 | 110011 | 1000 | 10001110 | 1010011 | 110111 |
Color Harmonies of #2BEB73
Complementary color
Monochromatic Colors of #2BEB73
Black with #2BEB73
Text Example
Text Example
White with #2BEB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB73; }
p { color: rgb(43,235,115); }
H1.HeaderClassName
{
color: #2BEB73;
}
.AnyTagClassName
{
color: #2BEB73;
}
</style>
background-color css
<style>
a { background-color: #2BEB73; }
a { background-color: rgb(43,235,115); }
div.DivClassName
{
background-color: #2BEB73;
}
.BgClassName
{
background-color: #2BEB73;
}
</style>
border-color css
<style>
span { border-color: #2BEB73; }
span { border-color: rgb(43,235,115); }
td.TdClassName
{
border-color: #2BEB73;
}
.TagClassName
{
border-color: #2BEB73;
}
</style>