Shades of Malachite #2BFE55
Tints of Malachite #2BFE55
RGB
CMYK
RGB Variations
Color information
#2BFE55 (or 0x2BFE55) is known color: Malachite. HEX triplet: 2B, FE and 55. RGB value is (43,254,85). Sum of RGB (Red+Green+Blue) = 43+254+85=382 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.26% from 382); Green value is 254 (99.61% from 255 or 66.49% from 382); Blue value is 85 (33.59% from 255 or 22.25% from 382); Max value from RGB is 254 - color contains mainly: green. Hex color #2BFE55 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFE55 is #D401AA. Grayscale: #ACACAC. Windows color (decimal): -13894059 or 5635627. OLE color: 5635627.
HSL color Cylindrical-coordinate representation of color #2BFE55: hue angle of 131.94º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFE55 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 43 | 254 | 85 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.00 |
| HSL | 131.94º | 0.99% | 0.58% | - |
| HSV(B) | 131.94º | 0.83% | 1% | - |
| XYZ | 38.08 | 72.05 | 20.5 | - |
| YUV | 171.65 | 79.1 | 36.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 254 | 85 | 0.83 | 0 | 0.67 | 0.00 | 131.94 | 0.99 | 0.58 |
| Hex | 2B | FE | 55 | 53 | 0 | 43 | 0 | 84 | 63 | 3A |
| Octal | 53 | 376 | 125 | 123 | 0 | 103 | 0 | 204 | 143 | 72 |
| Binary | 101011 | 11111110 | 1010101 | 1010011 | 0 | 1000011 | 0 | 10000100 | 1100011 | 111010 |
Color Harmonies of #2BFE55
Complementary color
Monochromatic Colors of #2BFE55
Black with #2BFE55
Text Example
Text Example
White with #2BFE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFE55; }
p { color: rgb(43,254,85); }
H1.HeaderClassName
{
color: #2BFE55;
}
.AnyTagClassName
{
color: #2BFE55;
}
</style>
background-color css
<style>
a { background-color: #2BFE55; }
a { background-color: rgb(43,254,85); }
div.DivClassName
{
background-color: #2BFE55;
}
.BgClassName
{
background-color: #2BFE55;
}
</style>
border-color css
<style>
span { border-color: #2BFE55; }
span { border-color: rgb(43,254,85); }
td.TdClassName
{
border-color: #2BFE55;
}
.TagClassName
{
border-color: #2BFE55;
}
</style>