Shades of Malachite #2BFB68
Tints of Malachite #2BFB68
RGB
CMYK
RGB Variations
Color information
#2BFB68 (or 0x2BFB68) is known color: Malachite. HEX triplet: 2B, FB and 68. RGB value is (43,251,104). Sum of RGB (Red+Green+Blue) = 43+251+104=398 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.80% from 398); Green value is 251 (98.44% from 255 or 63.07% from 398); Blue value is 104 (41.02% from 255 or 26.13% from 398); Max value from RGB is 251 - color contains mainly: green. Hex color #2BFB68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFB68 is #D40497. Grayscale: #ACACAC. Windows color (decimal): -13894808 or 6880043. OLE color: 6880043.
HSL color Cylindrical-coordinate representation of color #2BFB68: hue angle of 137.6º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFB68 is Cyan = 0.83, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 251 | 104 | - |
| CMYK | 0.83 | 0 | 0.59 | 0.02 |
| HSL | 137.6º | 0.96% | 0.58% | - |
| HSV(B) | 137.6º | 0.83% | 0.98% | - |
| XYZ | 37.99 | 70.51 | 24.7 | - |
| YUV | 172.05 | 89.59 | 35.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 251 | 104 | 0.83 | 0 | 0.59 | 0.02 | 137.6 | 0.96 | 0.58 |
| Hex | 2B | FB | 68 | 53 | 0 | 3B | 2 | 8A | 60 | 3A |
| Octal | 53 | 373 | 150 | 123 | 0 | 73 | 2 | 212 | 140 | 72 |
| Binary | 101011 | 11111011 | 1101000 | 1010011 | 0 | 111011 | 10 | 10001010 | 1100000 | 111010 |
Color Harmonies of #2BFB68
Complementary color
Monochromatic Colors of #2BFB68
Black with #2BFB68
Text Example
Text Example
White with #2BFB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFB68; }
p { color: rgb(43,251,104); }
H1.HeaderClassName
{
color: #2BFB68;
}
.AnyTagClassName
{
color: #2BFB68;
}
</style>
background-color css
<style>
a { background-color: #2BFB68; }
a { background-color: rgb(43,251,104); }
div.DivClassName
{
background-color: #2BFB68;
}
.BgClassName
{
background-color: #2BFB68;
}
</style>
border-color css
<style>
span { border-color: #2BFB68; }
span { border-color: rgb(43,251,104); }
td.TdClassName
{
border-color: #2BFB68;
}
.TagClassName
{
border-color: #2BFB68;
}
</style>