Shades of Malachite #2BFF5A
Tints of Malachite #2BFF5A
RGB
CMYK
RGB Variations
Color information
#2BFF5A (or 0x2BFF5A) is known color: Malachite. HEX triplet: 2B, FF and 5A. RGB value is (43,255,90). Sum of RGB (Red+Green+Blue) = 43+255+90=388 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.08% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #2BFF5A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFF5A is #D400A5. Grayscale: #ADADAD. Windows color (decimal): -13893798 or 5963563. OLE color: 5963563.
HSL color Cylindrical-coordinate representation of color #2BFF5A: hue angle of 133.3º 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 #2BFF5A is Cyan = 0.83, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 43 | 255 | 90 | - |
| CMYK | 0.83 | 0 | 0.65 | 0 |
| HSL | 133.3º | 1% | 0.58% | - |
| HSV(B) | 133.3º | 0.83% | 1% | - |
| XYZ | 38.6 | 72.77 | 21.68 | - |
| YUV | 172.8 | 81.26 | 35.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 255 | 90 | 0.83 | 0 | 0.65 | 0 | 133.3 | 1 | 0.58 |
| Hex | 2B | FF | 5A | 53 | 0 | 41 | 0 | 85 | 64 | 3A |
| Octal | 53 | 377 | 132 | 123 | 0 | 101 | 0 | 205 | 144 | 72 |
| Binary | 101011 | 11111111 | 1011010 | 1010011 | 0 | 1000001 | 0 | 10000101 | 1100100 | 111010 |
Color Harmonies of #2BFF5A
Complementary color
Monochromatic Colors of #2BFF5A
Black with #2BFF5A
Text Example
Text Example
White with #2BFF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFF5A; }
p { color: rgb(43,255,90); }
H1.HeaderClassName
{
color: #2BFF5A;
}
.AnyTagClassName
{
color: #2BFF5A;
}
</style>
background-color css
<style>
a { background-color: #2BFF5A; }
a { background-color: rgb(43,255,90); }
div.DivClassName
{
background-color: #2BFF5A;
}
.BgClassName
{
background-color: #2BFF5A;
}
</style>
border-color css
<style>
span { border-color: #2BFF5A; }
span { border-color: rgb(43,255,90); }
td.TdClassName
{
border-color: #2BFF5A;
}
.TagClassName
{
border-color: #2BFF5A;
}
</style>