Shades of Malachite #2BEA68
Tints of Malachite #2BEA68
RGB
CMYK
RGB Variations
Color information
#2BEA68 (or 0x2BEA68) is known color: Malachite. HEX triplet: 2B, EA and 68. RGB value is (43,234,104). Sum of RGB (Red+Green+Blue) = 43+234+104=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 234 (91.80% from 255 or 61.42% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 234 - color contains mainly: green. Hex color #2BEA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BEA68 is #D41597. Grayscale: #A2A2A2. Windows color (decimal): -13899160 or 6875691. OLE color: 6875691.
HSL color Cylindrical-coordinate representation of color #2BEA68: hue angle of 139.16º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BEA68 is Cyan = 0.82, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 234 | 104 | - |
| CMYK | 0.82 | 0 | 0.56 | 0.08 |
| HSL | 139.16º | 0.82% | 0.54% | - |
| HSV(B) | 139.16º | 0.82% | 0.92% | - |
| XYZ | 32.92 | 60.36 | 23.01 | - |
| YUV | 162.07 | 95.22 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 234 | 104 | 0.82 | 0 | 0.56 | 0.08 | 139.16 | 0.82 | 0.54 |
| Hex | 2B | EA | 68 | 52 | 0 | 38 | 8 | 8B | 52 | 36 |
| Octal | 53 | 352 | 150 | 122 | 0 | 70 | 10 | 213 | 122 | 66 |
| Binary | 101011 | 11101010 | 1101000 | 1010010 | 0 | 111000 | 1000 | 10001011 | 1010010 | 110110 |
Color Harmonies of #2BEA68
Complementary color
Monochromatic Colors of #2BEA68
Black with #2BEA68
Text Example
Text Example
White with #2BEA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BEA68; }
p { color: rgb(43,234,104); }
H1.HeaderClassName
{
color: #2BEA68;
}
.AnyTagClassName
{
color: #2BEA68;
}
</style>
background-color css
<style>
a { background-color: #2BEA68; }
a { background-color: rgb(43,234,104); }
div.DivClassName
{
background-color: #2BEA68;
}
.BgClassName
{
background-color: #2BEA68;
}
</style>
border-color css
<style>
span { border-color: #2BEA68; }
span { border-color: rgb(43,234,104); }
td.TdClassName
{
border-color: #2BEA68;
}
.TagClassName
{
border-color: #2BEA68;
}
</style>