Shades of Malachite #2BF667
Tints of Malachite #2BF667
RGB
CMYK
RGB Variations
Color information
#2BF667 (or 0x2BF667) is known color: Malachite. HEX triplet: 2B, F6 and 67. RGB value is (43,246,103). Sum of RGB (Red+Green+Blue) = 43+246+103=392 (51% of max value = 765). Red value is 43 (17.19% from 255 or 10.97% from 392); Green value is 246 (96.48% from 255 or 62.76% from 392); Blue value is 103 (40.62% from 255 or 26.28% from 392); Max value from RGB is 246 - color contains mainly: green. Hex color #2BF667 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF667 is #D40998. Grayscale: #A9A9A9. Windows color (decimal): -13896089 or 6813227. OLE color: 6813227.
HSL color Cylindrical-coordinate representation of color #2BF667: hue angle of 137.73º 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 #2BF667 is Cyan = 0.83, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 246 | 103 | - |
| CMYK | 0.83 | 0 | 0.58 | 0.04 |
| HSL | 137.73º | 0.92% | 0.57% | - |
| HSV(B) | 137.73º | 0.83% | 0.96% | - |
| XYZ | 36.4 | 67.4 | 23.92 | - |
| YUV | 169 | 90.75 | 38.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 246 | 103 | 0.83 | 0 | 0.58 | 0.04 | 137.73 | 0.92 | 0.57 |
| Hex | 2B | F6 | 67 | 53 | 0 | 3A | 4 | 8A | 5C | 39 |
| Octal | 53 | 366 | 147 | 123 | 0 | 72 | 4 | 212 | 134 | 71 |
| Binary | 101011 | 11110110 | 1100111 | 1010011 | 0 | 111010 | 100 | 10001010 | 1011100 | 111001 |
Color Harmonies of #2BF667
Complementary color
Monochromatic Colors of #2BF667
Black with #2BF667
Text Example
Text Example
White with #2BF667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF667; }
p { color: rgb(43,246,103); }
H1.HeaderClassName
{
color: #2BF667;
}
.AnyTagClassName
{
color: #2BF667;
}
</style>
background-color css
<style>
a { background-color: #2BF667; }
a { background-color: rgb(43,246,103); }
div.DivClassName
{
background-color: #2BF667;
}
.BgClassName
{
background-color: #2BF667;
}
</style>
border-color css
<style>
span { border-color: #2BF667; }
span { border-color: rgb(43,246,103); }
td.TdClassName
{
border-color: #2BF667;
}
.TagClassName
{
border-color: #2BF667;
}
</style>