Shades of Malachite #2BF861
Tints of Malachite #2BF861
RGB
CMYK
RGB Variations
Color information
#2BF861 (or 0x2BF861) is known color: Malachite. HEX triplet: 2B, F8 and 61. RGB value is (43,248,97). Sum of RGB (Red+Green+Blue) = 43+248+97=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 97 (38.28% from 255 or 25% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #2BF861 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF861 is #D4079E. Grayscale: #A9A9A9. Windows color (decimal): -13895583 or 6420523. OLE color: 6420523.
HSL color Cylindrical-coordinate representation of color #2BF861: hue angle of 135.8º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BF861 is Cyan = 0.83, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 248 | 97 | - |
| CMYK | 0.83 | 0 | 0.61 | 0.03 |
| HSL | 135.8º | 0.94% | 0.57% | - |
| HSV(B) | 135.8º | 0.83% | 0.97% | - |
| XYZ | 36.72 | 68.51 | 22.6 | - |
| YUV | 169.49 | 87.08 | 37.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 248 | 97 | 0.83 | 0 | 0.61 | 0.03 | 135.8 | 0.94 | 0.57 |
| Hex | 2B | F8 | 61 | 53 | 0 | 3D | 3 | 88 | 5E | 39 |
| Octal | 53 | 370 | 141 | 123 | 0 | 75 | 3 | 210 | 136 | 71 |
| Binary | 101011 | 11111000 | 1100001 | 1010011 | 0 | 111101 | 11 | 10001000 | 1011110 | 111001 |
Color Harmonies of #2BF861
Complementary color
Monochromatic Colors of #2BF861
Black with #2BF861
Text Example
Text Example
White with #2BF861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF861; }
p { color: rgb(43,248,97); }
H1.HeaderClassName
{
color: #2BF861;
}
.AnyTagClassName
{
color: #2BF861;
}
</style>
background-color css
<style>
a { background-color: #2BF861; }
a { background-color: rgb(43,248,97); }
div.DivClassName
{
background-color: #2BF861;
}
.BgClassName
{
background-color: #2BF861;
}
</style>
border-color css
<style>
span { border-color: #2BF861; }
span { border-color: rgb(43,248,97); }
td.TdClassName
{
border-color: #2BF861;
}
.TagClassName
{
border-color: #2BF861;
}
</style>