Shades of Malachite #2BF758
Tints of Malachite #2BF758
RGB
CMYK
RGB Variations
Color information
#2BF758 (or 0x2BF758) is known color: Malachite. HEX triplet: 2B, F7 and 58. RGB value is (43,247,88). Sum of RGB (Red+Green+Blue) = 43+247+88=378 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.38% from 378); Green value is 247 (96.88% from 255 or 65.34% from 378); Blue value is 88 (34.77% from 255 or 23.28% from 378); Max value from RGB is 247 - color contains mainly: green. Hex color #2BF758 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF758 is #D408A7. Grayscale: #A8A8A8. Windows color (decimal): -13895848 or 5830443. OLE color: 5830443.
HSL color Cylindrical-coordinate representation of color #2BF758: hue angle of 133.24º degrees, saturation: 0.93, 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 #2BF758 is Cyan = 0.83, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 247 | 88 | - |
| CMYK | 0.83 | 0 | 0.64 | 0.03 |
| HSL | 133.24º | 0.93% | 0.57% | - |
| HSV(B) | 133.24º | 0.83% | 0.97% | - |
| XYZ | 36.02 | 67.74 | 20.41 | - |
| YUV | 167.88 | 82.91 | 38.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 247 | 88 | 0.83 | 0 | 0.64 | 0.03 | 133.24 | 0.93 | 0.57 |
| Hex | 2B | F7 | 58 | 53 | 0 | 40 | 3 | 85 | 5D | 39 |
| Octal | 53 | 367 | 130 | 123 | 0 | 100 | 3 | 205 | 135 | 71 |
| Binary | 101011 | 11110111 | 1011000 | 1010011 | 0 | 1000000 | 11 | 10000101 | 1011101 | 111001 |
Color Harmonies of #2BF758
Complementary color
Monochromatic Colors of #2BF758
Black with #2BF758
Text Example
Text Example
White with #2BF758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF758; }
p { color: rgb(43,247,88); }
H1.HeaderClassName
{
color: #2BF758;
}
.AnyTagClassName
{
color: #2BF758;
}
</style>
background-color css
<style>
a { background-color: #2BF758; }
a { background-color: rgb(43,247,88); }
div.DivClassName
{
background-color: #2BF758;
}
.BgClassName
{
background-color: #2BF758;
}
</style>
border-color css
<style>
span { border-color: #2BF758; }
span { border-color: rgb(43,247,88); }
td.TdClassName
{
border-color: #2BF758;
}
.TagClassName
{
border-color: #2BF758;
}
</style>