Shades of Malachite #2BF650
Tints of Malachite #2BF650
RGB
CMYK
RGB Variations
Color information
#2BF650 (or 0x2BF650) is known color: Malachite. HEX triplet: 2B, F6 and 50. RGB value is (43,246,80). Sum of RGB (Red+Green+Blue) = 43+246+80=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 246 (96.48% from 255 or 66.67% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF650 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF650 is #D409AF. Grayscale: #A6A6A6. Windows color (decimal): -13896112 or 5305899. OLE color: 5305899.
HSL color Cylindrical-coordinate representation of color #2BF650: hue angle of 130.94º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF650 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 246 | 80 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.04 |
| HSL | 130.94º | 0.92% | 0.57% | - |
| HSV(B) | 130.94º | 0.83% | 0.96% | - |
| XYZ | 35.4 | 67 | 18.66 | - |
| YUV | 166.38 | 79.25 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 246 | 80 | 0.83 | 0 | 0.67 | 0.04 | 130.94 | 0.92 | 0.57 |
| Hex | 2B | F6 | 50 | 53 | 0 | 43 | 4 | 83 | 5C | 39 |
| Octal | 53 | 366 | 120 | 123 | 0 | 103 | 4 | 203 | 134 | 71 |
| Binary | 101011 | 11110110 | 1010000 | 1010011 | 0 | 1000011 | 100 | 10000011 | 1011100 | 111001 |
Color Harmonies of #2BF650
Complementary color
Monochromatic Colors of #2BF650
Black with #2BF650
Text Example
Text Example
White with #2BF650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF650; }
p { color: rgb(43,246,80); }
H1.HeaderClassName
{
color: #2BF650;
}
.AnyTagClassName
{
color: #2BF650;
}
</style>
background-color css
<style>
a { background-color: #2BF650; }
a { background-color: rgb(43,246,80); }
div.DivClassName
{
background-color: #2BF650;
}
.BgClassName
{
background-color: #2BF650;
}
</style>
border-color css
<style>
span { border-color: #2BF650; }
span { border-color: rgb(43,246,80); }
td.TdClassName
{
border-color: #2BF650;
}
.TagClassName
{
border-color: #2BF650;
}
</style>