Shades of Malachite #2BEF6E
Tints of Malachite #2BEF6E
RGB
CMYK
RGB Variations
Color information
#2BEF6E (or 0x2BEF6E) is known color: Malachite. HEX triplet: 2B, EF and 6E. RGB value is (43,239,110). Sum of RGB (Red+Green+Blue) = 43+239+110=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 239 (93.75% from 255 or 60.97% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF6E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF6E is #D41091. Grayscale: #A6A6A6. Windows color (decimal): -13897874 or 7270187. OLE color: 7270187.
HSL color Cylindrical-coordinate representation of color #2BEF6E: hue angle of 140.51º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEF6E is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 110 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.06 |
| HSL | 140.51º | 0.86% | 0.55% | - |
| HSV(B) | 140.51º | 0.82% | 0.94% | - |
| XYZ | 34.68 | 63.37 | 25.16 | - |
| YUV | 165.69 | 96.57 | 40.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 110 | 0.82 | 0 | 0.54 | 0.06 | 140.51 | 0.86 | 0.55 |
| Hex | 2B | EF | 6E | 52 | 0 | 36 | 6 | 8D | 56 | 37 |
| Octal | 53 | 357 | 156 | 122 | 0 | 66 | 6 | 215 | 126 | 67 |
| Binary | 101011 | 11101111 | 1101110 | 1010010 | 0 | 110110 | 110 | 10001101 | 1010110 | 110111 |
Color Harmonies of #2BEF6E
Complementary color
Monochromatic Colors of #2BEF6E
Black with #2BEF6E
Text Example
Text Example
White with #2BEF6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF6E; }
p { color: rgb(43,239,110); }
H1.HeaderClassName
{
color: #2BEF6E;
}
.AnyTagClassName
{
color: #2BEF6E;
}
</style>
background-color css
<style>
a { background-color: #2BEF6E; }
a { background-color: rgb(43,239,110); }
div.DivClassName
{
background-color: #2BEF6E;
}
.BgClassName
{
background-color: #2BEF6E;
}
</style>
border-color css
<style>
span { border-color: #2BEF6E; }
span { border-color: rgb(43,239,110); }
td.TdClassName
{
border-color: #2BEF6E;
}
.TagClassName
{
border-color: #2BEF6E;
}
</style>