Shades of Malachite #2BFD49
Tints of Malachite #2BFD49
RGB
CMYK
RGB Variations
Color information
#2BFD49 (or 0x2BFD49) is known color: Malachite. HEX triplet: 2B, FD and 49. RGB value is (43,253,73). Sum of RGB (Red+Green+Blue) = 43+253+73=369 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.65% from 369); Green value is 253 (99.22% from 255 or 68.56% from 369); Blue value is 73 (28.91% from 255 or 19.78% from 369); Max value from RGB is 253 - color contains mainly: green. Hex color #2BFD49 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2BFD49 is #D402B6. Grayscale: #AAAAAA. Windows color (decimal): -13894327 or 4848939. OLE color: 4848939.
HSL color Cylindrical-coordinate representation of color #2BFD49: hue angle of 128.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BFD49 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 253 | 73 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.01 |
| HSL | 128.57º | 0.98% | 0.58% | - |
| HSV(B) | 128.57º | 0.83% | 0.99% | - |
| XYZ | 37.32 | 71.25 | 18.09 | - |
| YUV | 169.69 | 73.43 | 37.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 253 | 73 | 0.83 | 0 | 0.71 | 0.01 | 128.57 | 0.98 | 0.58 |
| Hex | 2B | FD | 49 | 53 | 0 | 47 | 1 | 81 | 62 | 3A |
| Octal | 53 | 375 | 111 | 123 | 0 | 107 | 1 | 201 | 142 | 72 |
| Binary | 101011 | 11111101 | 1001001 | 1010011 | 0 | 1000111 | 1 | 10000001 | 1100010 | 111010 |
Color Harmonies of #2BFD49
Complementary color
Monochromatic Colors of #2BFD49
Black with #2BFD49
Text Example
Text Example
White with #2BFD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BFD49; }
p { color: rgb(43,253,73); }
H1.HeaderClassName
{
color: #2BFD49;
}
.AnyTagClassName
{
color: #2BFD49;
}
</style>
background-color css
<style>
a { background-color: #2BFD49; }
a { background-color: rgb(43,253,73); }
div.DivClassName
{
background-color: #2BFD49;
}
.BgClassName
{
background-color: #2BFD49;
}
</style>
border-color css
<style>
span { border-color: #2BFD49; }
span { border-color: rgb(43,253,73); }
td.TdClassName
{
border-color: #2BFD49;
}
.TagClassName
{
border-color: #2BFD49;
}
</style>