Shades of Malachite #2BFA53
Tints of Malachite #2BFA53
RGB
CMYK
RGB Variations
Color information
#2BFA53 (or 0x2BFA53) is known color: Malachite. HEX triplet: 2B, FA and 53. RGB value is (43,250,83). Sum of RGB (Red+Green+Blue) = 43+250+83=376 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.44% from 376); Green value is 250 (98.05% from 255 or 66.49% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 250 - color contains mainly: green. Hex color #2BFA53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BFA53 is #D405AC. Grayscale: #A9A9A9. Windows color (decimal): -13895085 or 5503531. OLE color: 5503531.
HSL color Cylindrical-coordinate representation of color #2BFA53: hue angle of 131.59º 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 #2BFA53 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 250 | 83 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.02 |
| HSL | 131.59º | 0.95% | 0.57% | - |
| HSV(B) | 131.59º | 0.83% | 0.98% | - |
| XYZ | 36.74 | 69.51 | 19.66 | - |
| YUV | 169.07 | 79.42 | 38.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 250 | 83 | 0.83 | 0 | 0.67 | 0.02 | 131.59 | 0.95 | 0.57 |
| Hex | 2B | FA | 53 | 53 | 0 | 43 | 2 | 84 | 5F | 39 |
| Octal | 53 | 372 | 123 | 123 | 0 | 103 | 2 | 204 | 137 | 71 |
| Binary | 101011 | 11111010 | 1010011 | 1010011 | 0 | 1000011 | 10 | 10000100 | 1011111 | 111001 |
Color Harmonies of #2BFA53
Complementary color
Monochromatic Colors of #2BFA53
Black with #2BFA53
Text Example
Text Example
White with #2BFA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFA53; }
p { color: rgb(43,250,83); }
H1.HeaderClassName
{
color: #2BFA53;
}
.AnyTagClassName
{
color: #2BFA53;
}
</style>
background-color css
<style>
a { background-color: #2BFA53; }
a { background-color: rgb(43,250,83); }
div.DivClassName
{
background-color: #2BFA53;
}
.BgClassName
{
background-color: #2BFA53;
}
</style>
border-color css
<style>
span { border-color: #2BFA53; }
span { border-color: rgb(43,250,83); }
td.TdClassName
{
border-color: #2BFA53;
}
.TagClassName
{
border-color: #2BFA53;
}
</style>