Shades of Malachite #2BFF5F
Tints of Malachite #2BFF5F
RGB
CMYK
RGB Variations
Color information
#2BFF5F (or 0x2BFF5F) is known color: Malachite. HEX triplet: 2B, FF and 5F. RGB value is (43,255,95). Sum of RGB (Red+Green+Blue) = 43+255+95=393 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.94% from 393); Green value is 255 (100% from 255 or 64.89% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF5F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF5F is #D400A0. Grayscale: #ADADAD. Windows color (decimal): -13893793 or 6291243. OLE color: 6291243.
HSL color Cylindrical-coordinate representation of color #2BFF5F: hue angle of 134.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFF5F is Cyan = 0.83, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 95 | - |
| CMYK | 0.83 | 0 | 0.63 | 0 |
| HSL | 134.72º | 1% | 0.58% | - |
| HSV(B) | 134.72º | 0.83% | 1% | - |
| XYZ | 38.82 | 72.86 | 22.84 | - |
| YUV | 173.37 | 83.76 | 35.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 95 | 0.83 | 0 | 0.63 | 0 | 134.72 | 1 | 0.58 |
| Hex | 2B | FF | 5F | 53 | 0 | 3F | 0 | 87 | 64 | 3A |
| Octal | 53 | 377 | 137 | 123 | 0 | 77 | 0 | 207 | 144 | 72 |
| Binary | 101011 | 11111111 | 1011111 | 1010011 | 0 | 111111 | 0 | 10000111 | 1100100 | 111010 |
Color Harmonies of #2BFF5F
Complementary color
Monochromatic Colors of #2BFF5F
Black with #2BFF5F
Text Example
Text Example
White with #2BFF5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF5F; }
p { color: rgb(43,255,95); }
H1.HeaderClassName
{
color: #2BFF5F;
}
.AnyTagClassName
{
color: #2BFF5F;
}
</style>
background-color css
<style>
a { background-color: #2BFF5F; }
a { background-color: rgb(43,255,95); }
div.DivClassName
{
background-color: #2BFF5F;
}
.BgClassName
{
background-color: #2BFF5F;
}
</style>
border-color css
<style>
span { border-color: #2BFF5F; }
span { border-color: rgb(43,255,95); }
td.TdClassName
{
border-color: #2BFF5F;
}
.TagClassName
{
border-color: #2BFF5F;
}
</style>