Shades of Malachite #2BF665
Tints of Malachite #2BF665
RGB
CMYK
RGB Variations
Color information
#2BF665 (or 0x2BF665) is known color: Malachite. HEX triplet: 2B, F6 and 65. RGB value is (43,246,101). Sum of RGB (Red+Green+Blue) = 43+246+101=390 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.03% from 390); Green value is 246 (96.48% from 255 or 63.08% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF665 is #D4099A. Grayscale: #A9A9A9. Windows color (decimal): -13896091 or 6682155. OLE color: 6682155.
HSL color Cylindrical-coordinate representation of color #2BF665: hue angle of 137.14º 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 #2BF665 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 246 | 101 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.04 |
| HSL | 137.14º | 0.92% | 0.57% | - |
| HSV(B) | 137.14º | 0.83% | 0.96% | - |
| XYZ | 36.3 | 67.36 | 23.4 | - |
| YUV | 168.77 | 89.75 | 38.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 246 | 101 | 0.83 | 0 | 0.59 | 0.04 | 137.14 | 0.92 | 0.57 |
| Hex | 2B | F6 | 65 | 53 | 0 | 3B | 4 | 89 | 5C | 39 |
| Octal | 53 | 366 | 145 | 123 | 0 | 73 | 4 | 211 | 134 | 71 |
| Binary | 101011 | 11110110 | 1100101 | 1010011 | 0 | 111011 | 100 | 10001001 | 1011100 | 111001 |
Color Harmonies of #2BF665
Complementary color
Monochromatic Colors of #2BF665
Black with #2BF665
Text Example
Text Example
White with #2BF665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF665; }
p { color: rgb(43,246,101); }
H1.HeaderClassName
{
color: #2BF665;
}
.AnyTagClassName
{
color: #2BF665;
}
</style>
background-color css
<style>
a { background-color: #2BF665; }
a { background-color: rgb(43,246,101); }
div.DivClassName
{
background-color: #2BF665;
}
.BgClassName
{
background-color: #2BF665;
}
</style>
border-color css
<style>
span { border-color: #2BF665; }
span { border-color: rgb(43,246,101); }
td.TdClassName
{
border-color: #2BF665;
}
.TagClassName
{
border-color: #2BF665;
}
</style>