Shades of Malachite #2BEF6B
Tints of Malachite #2BEF6B
RGB
CMYK
RGB Variations
Color information
#2BEF6B (or 0x2BEF6B) is known color: Malachite. HEX triplet: 2B, EF and 6B. RGB value is (43,239,107). Sum of RGB (Red+Green+Blue) = 43+239+107=389 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.05% from 389); Green value is 239 (93.75% from 255 or 61.44% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF6B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF6B is #D41094. Grayscale: #A5A5A5. Windows color (decimal): -13897877 or 7073579. OLE color: 7073579.
HSL color Cylindrical-coordinate representation of color #2BEF6B: hue angle of 139.59º 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 #2BEF6B is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 107 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.06 |
| HSL | 139.59º | 0.86% | 0.55% | - |
| HSV(B) | 139.59º | 0.82% | 0.94% | - |
| XYZ | 34.52 | 63.31 | 24.31 | - |
| YUV | 165.35 | 95.07 | 40.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 107 | 0.82 | 0 | 0.55 | 0.06 | 139.59 | 0.86 | 0.55 |
| Hex | 2B | EF | 6B | 52 | 0 | 37 | 6 | 8C | 56 | 37 |
| Octal | 53 | 357 | 153 | 122 | 0 | 67 | 6 | 214 | 126 | 67 |
| Binary | 101011 | 11101111 | 1101011 | 1010010 | 0 | 110111 | 110 | 10001100 | 1010110 | 110111 |
Color Harmonies of #2BEF6B
Complementary color
Monochromatic Colors of #2BEF6B
Black with #2BEF6B
Text Example
Text Example
White with #2BEF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF6B; }
p { color: rgb(43,239,107); }
H1.HeaderClassName
{
color: #2BEF6B;
}
.AnyTagClassName
{
color: #2BEF6B;
}
</style>
background-color css
<style>
a { background-color: #2BEF6B; }
a { background-color: rgb(43,239,107); }
div.DivClassName
{
background-color: #2BEF6B;
}
.BgClassName
{
background-color: #2BEF6B;
}
</style>
border-color css
<style>
span { border-color: #2BEF6B; }
span { border-color: rgb(43,239,107); }
td.TdClassName
{
border-color: #2BEF6B;
}
.TagClassName
{
border-color: #2BEF6B;
}
</style>