Shades of Malachite #2BEB6C
Tints of Malachite #2BEB6C
RGB
CMYK
RGB Variations
Color information
#2BEB6C (or 0x2BEB6C) is known color: Malachite. HEX triplet: 2B, EB and 6C. RGB value is (43,235,108). Sum of RGB (Red+Green+Blue) = 43+235+108=386 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.14% from 386); Green value is 235 (92.19% from 255 or 60.88% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 235 - color contains mainly: green. Hex color #2BEB6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEB6C is #D41493. Grayscale: #A3A3A3. Windows color (decimal): -13898900 or 7138091. OLE color: 7138091.
HSL color Cylindrical-coordinate representation of color #2BEB6C: hue angle of 140.31º 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 #2BEB6C is Cyan = 0.82, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 235 | 108 | - |
| CMYK | 0.82 | 0 | 0.54 | 0.08 |
| HSL | 140.31º | 0.83% | 0.55% | - |
| HSV(B) | 140.31º | 0.82% | 0.92% | - |
| XYZ | 33.41 | 61.01 | 24.2 | - |
| YUV | 163.11 | 96.89 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 235 | 108 | 0.82 | 0 | 0.54 | 0.08 | 140.31 | 0.83 | 0.55 |
| Hex | 2B | EB | 6C | 52 | 0 | 36 | 8 | 8C | 53 | 37 |
| Octal | 53 | 353 | 154 | 122 | 0 | 66 | 10 | 214 | 123 | 67 |
| Binary | 101011 | 11101011 | 1101100 | 1010010 | 0 | 110110 | 1000 | 10001100 | 1010011 | 110111 |
Color Harmonies of #2BEB6C
Complementary color
Monochromatic Colors of #2BEB6C
Black with #2BEB6C
Text Example
Text Example
White with #2BEB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEB6C; }
p { color: rgb(43,235,108); }
H1.HeaderClassName
{
color: #2BEB6C;
}
.AnyTagClassName
{
color: #2BEB6C;
}
</style>
background-color css
<style>
a { background-color: #2BEB6C; }
a { background-color: rgb(43,235,108); }
div.DivClassName
{
background-color: #2BEB6C;
}
.BgClassName
{
background-color: #2BEB6C;
}
</style>
border-color css
<style>
span { border-color: #2BEB6C; }
span { border-color: rgb(43,235,108); }
td.TdClassName
{
border-color: #2BEB6C;
}
.TagClassName
{
border-color: #2BEB6C;
}
</style>