Shades of Malachite #2BEF64
Tints of Malachite #2BEF64
RGB
CMYK
RGB Variations
Color information
#2BEF64 (or 0x2BEF64) is known color: Malachite. HEX triplet: 2B, EF and 64. RGB value is (43,239,100). Sum of RGB (Red+Green+Blue) = 43+239+100=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 239 (93.75% from 255 or 62.57% from 382); Blue value is 100 (39.45% from 255 or 26.18% from 382); Max value from RGB is 239 - color contains mainly: green. Hex color #2BEF64 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEF64 is #D4109B. Grayscale: #A4A4A4. Windows color (decimal): -13897884 or 6614827. OLE color: 6614827.
HSL color Cylindrical-coordinate representation of color #2BEF64: hue angle of 137.45º 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 #2BEF64 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 239 | 100 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.06 |
| HSL | 137.45º | 0.86% | 0.55% | - |
| HSV(B) | 137.45º | 0.82% | 0.94% | - |
| XYZ | 34.16 | 63.17 | 22.45 | - |
| YUV | 164.55 | 91.57 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 239 | 100 | 0.82 | 0 | 0.58 | 0.06 | 137.45 | 0.86 | 0.55 |
| Hex | 2B | EF | 64 | 52 | 0 | 3A | 6 | 89 | 56 | 37 |
| Octal | 53 | 357 | 144 | 122 | 0 | 72 | 6 | 211 | 126 | 67 |
| Binary | 101011 | 11101111 | 1100100 | 1010010 | 0 | 111010 | 110 | 10001001 | 1010110 | 110111 |
Color Harmonies of #2BEF64
Complementary color
Monochromatic Colors of #2BEF64
Black with #2BEF64
Text Example
Text Example
White with #2BEF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEF64; }
p { color: rgb(43,239,100); }
H1.HeaderClassName
{
color: #2BEF64;
}
.AnyTagClassName
{
color: #2BEF64;
}
</style>
background-color css
<style>
a { background-color: #2BEF64; }
a { background-color: rgb(43,239,100); }
div.DivClassName
{
background-color: #2BEF64;
}
.BgClassName
{
background-color: #2BEF64;
}
</style>
border-color css
<style>
span { border-color: #2BEF64; }
span { border-color: rgb(43,239,100); }
td.TdClassName
{
border-color: #2BEF64;
}
.TagClassName
{
border-color: #2BEF64;
}
</style>