Shades of Malachite #2BFF55
Tints of Malachite #2BFF55
RGB
CMYK
RGB Variations
Color information
#2BFF55 (or 0x2BFF55) is known color: Malachite. HEX triplet: 2B, FF and 55. RGB value is (43,255,85). Sum of RGB (Red+Green+Blue) = 43+255+85=383 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.23% from 383); Green value is 255 (100% from 255 or 66.58% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF55 is #D400AA. Grayscale: #ACACAC. Windows color (decimal): -13893803 or 5635883. OLE color: 5635883.
HSL color Cylindrical-coordinate representation of color #2BFF55: hue angle of 131.89º 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 #2BFF55 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 85 | - |
| CMYK | 0.83 | 0 | 0.67 | 0 |
| HSL | 131.89º | 1% | 0.58% | - |
| HSV(B) | 131.89º | 0.83% | 1% | - |
| XYZ | 38.4 | 72.69 | 20.6 | - |
| YUV | 172.23 | 78.76 | 35.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 85 | 0.83 | 0 | 0.67 | 0 | 131.89 | 1 | 0.58 |
| Hex | 2B | FF | 55 | 53 | 0 | 43 | 0 | 84 | 64 | 3A |
| Octal | 53 | 377 | 125 | 123 | 0 | 103 | 0 | 204 | 144 | 72 |
| Binary | 101011 | 11111111 | 1010101 | 1010011 | 0 | 1000011 | 0 | 10000100 | 1100100 | 111010 |
Color Harmonies of #2BFF55
Complementary color
Monochromatic Colors of #2BFF55
Black with #2BFF55
Text Example
Text Example
White with #2BFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF55; }
p { color: rgb(43,255,85); }
H1.HeaderClassName
{
color: #2BFF55;
}
.AnyTagClassName
{
color: #2BFF55;
}
</style>
background-color css
<style>
a { background-color: #2BFF55; }
a { background-color: rgb(43,255,85); }
div.DivClassName
{
background-color: #2BFF55;
}
.BgClassName
{
background-color: #2BFF55;
}
</style>
border-color css
<style>
span { border-color: #2BFF55; }
span { border-color: rgb(43,255,85); }
td.TdClassName
{
border-color: #2BFF55;
}
.TagClassName
{
border-color: #2BFF55;
}
</style>