Shades of Malachite #2BFA52
Tints of Malachite #2BFA52
RGB
CMYK
RGB Variations
Color information
#2BFA52 (or 0x2BFA52) is known color: Malachite. HEX triplet: 2B, FA and 52. RGB value is (43,250,82). Sum of RGB (Red+Green+Blue) = 43+250+82=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 250 (98.05% from 255 or 66.67% from 375); Blue value is 82 (32.42% from 255 or 21.87% from 375); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA52 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA52 is #D405AD. Grayscale: #A9A9A9. Windows color (decimal): -13895086 or 5437995. OLE color: 5437995.
HSL color Cylindrical-coordinate representation of color #2BFA52: hue angle of 131.3º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFA52 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 82 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.02 |
| HSL | 131.3º | 0.95% | 0.57% | - |
| HSV(B) | 131.3º | 0.83% | 0.98% | - |
| XYZ | 36.7 | 69.49 | 19.46 | - |
| YUV | 168.96 | 78.92 | 38.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 82 | 0.83 | 0 | 0.67 | 0.02 | 131.3 | 0.95 | 0.57 |
| Hex | 2B | FA | 52 | 53 | 0 | 43 | 2 | 83 | 5F | 39 |
| Octal | 53 | 372 | 122 | 123 | 0 | 103 | 2 | 203 | 137 | 71 |
| Binary | 101011 | 11111010 | 1010010 | 1010011 | 0 | 1000011 | 10 | 10000011 | 1011111 | 111001 |
Color Harmonies of #2BFA52
Complementary color
Monochromatic Colors of #2BFA52
Black with #2BFA52
Text Example
Text Example
White with #2BFA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA52; }
p { color: rgb(43,250,82); }
H1.HeaderClassName
{
color: #2BFA52;
}
.AnyTagClassName
{
color: #2BFA52;
}
</style>
background-color css
<style>
a { background-color: #2BFA52; }
a { background-color: rgb(43,250,82); }
div.DivClassName
{
background-color: #2BFA52;
}
.BgClassName
{
background-color: #2BFA52;
}
</style>
border-color css
<style>
span { border-color: #2BFA52; }
span { border-color: rgb(43,250,82); }
td.TdClassName
{
border-color: #2BFA52;
}
.TagClassName
{
border-color: #2BFA52;
}
</style>