Shades of Malachite #2BEA63
Tints of Malachite #2BEA63
RGB
CMYK
RGB Variations
Color information
#2BEA63 (or 0x2BEA63) is known color: Malachite. HEX triplet: 2B, EA and 63. RGB value is (43,234,99). Sum of RGB (Red+Green+Blue) = 43+234+99=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 234 (91.80% from 255 or 62.23% from 376); Blue value is 99 (39.06% from 255 or 26.33% from 376); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA63 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA63 is #D4159C. Grayscale: #A1A1A1. Windows color (decimal): -13899165 or 6548011. OLE color: 6548011.
HSL color Cylindrical-coordinate representation of color #2BEA63: hue angle of 137.59º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA63 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 99 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.08 |
| HSL | 137.59º | 0.82% | 0.54% | - |
| HSV(B) | 137.59º | 0.82% | 0.92% | - |
| XYZ | 32.67 | 60.26 | 21.71 | - |
| YUV | 161.5 | 92.72 | 43.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 99 | 0.82 | 0 | 0.58 | 0.08 | 137.59 | 0.82 | 0.54 |
| Hex | 2B | EA | 63 | 52 | 0 | 3A | 8 | 8A | 52 | 36 |
| Octal | 53 | 352 | 143 | 122 | 0 | 72 | 10 | 212 | 122 | 66 |
| Binary | 101011 | 11101010 | 1100011 | 1010010 | 0 | 111010 | 1000 | 10001010 | 1010010 | 110110 |
Color Harmonies of #2BEA63
Complementary color
Monochromatic Colors of #2BEA63
Black with #2BEA63
Text Example
Text Example
White with #2BEA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA63; }
p { color: rgb(43,234,99); }
H1.HeaderClassName
{
color: #2BEA63;
}
.AnyTagClassName
{
color: #2BEA63;
}
</style>
background-color css
<style>
a { background-color: #2BEA63; }
a { background-color: rgb(43,234,99); }
div.DivClassName
{
background-color: #2BEA63;
}
.BgClassName
{
background-color: #2BEA63;
}
</style>
border-color css
<style>
span { border-color: #2BEA63; }
span { border-color: rgb(43,234,99); }
td.TdClassName
{
border-color: #2BEA63;
}
.TagClassName
{
border-color: #2BEA63;
}
</style>