Shades of Malachite #2BEB6A
Tints of Malachite #2BEB6A
RGB
CMYK
RGB Variations
Color information
#2BEB6A (or 0x2BEB6A) is known color: Malachite. HEX triplet: 2B, EB and 6A. RGB value is (43,235,106). Sum of RGB (Red+Green+Blue) = 43+235+106=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 235 (92.19% from 255 or 61.20% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB6A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEB6A is #D41495. Grayscale: #A3A3A3. Windows color (decimal): -13898902 or 7007019. OLE color: 7007019.
HSL color Cylindrical-coordinate representation of color #2BEB6A: hue angle of 139.69º 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 #2BEB6A is Cyan = 0.82, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 106 | - |
| CMYK | 0.82 | 0 | 0.55 | 0.08 |
| HSL | 139.69º | 0.83% | 0.55% | - |
| HSV(B) | 139.69º | 0.82% | 0.92% | - |
| XYZ | 33.31 | 60.97 | 23.65 | - |
| YUV | 162.89 | 95.89 | 42.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 106 | 0.82 | 0 | 0.55 | 0.08 | 139.69 | 0.83 | 0.55 |
| Hex | 2B | EB | 6A | 52 | 0 | 37 | 8 | 8C | 53 | 37 |
| Octal | 53 | 353 | 152 | 122 | 0 | 67 | 10 | 214 | 123 | 67 |
| Binary | 101011 | 11101011 | 1101010 | 1010010 | 0 | 110111 | 1000 | 10001100 | 1010011 | 110111 |
Color Harmonies of #2BEB6A
Complementary color
Monochromatic Colors of #2BEB6A
Black with #2BEB6A
Text Example
Text Example
White with #2BEB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB6A; }
p { color: rgb(43,235,106); }
H1.HeaderClassName
{
color: #2BEB6A;
}
.AnyTagClassName
{
color: #2BEB6A;
}
</style>
background-color css
<style>
a { background-color: #2BEB6A; }
a { background-color: rgb(43,235,106); }
div.DivClassName
{
background-color: #2BEB6A;
}
.BgClassName
{
background-color: #2BEB6A;
}
</style>
border-color css
<style>
span { border-color: #2BEB6A; }
span { border-color: rgb(43,235,106); }
td.TdClassName
{
border-color: #2BEB6A;
}
.TagClassName
{
border-color: #2BEB6A;
}
</style>