Shades of Malachite #2BF953
Tints of Malachite #2BF953
RGB
CMYK
RGB Variations
Color information
#2BF953 (or 0x2BF953) is known color: Malachite. HEX triplet: 2B, F9 and 53. RGB value is (43,249,83). Sum of RGB (Red+Green+Blue) = 43+249+83=375 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.47% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #2BF953 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BF953 is #D406AC. Grayscale: #A8A8A8. Windows color (decimal): -13895341 or 5503275. OLE color: 5503275.
HSL color Cylindrical-coordinate representation of color #2BF953: hue angle of 131.65º degrees, saturation: 0.94, 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 #2BF953 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 249 | 83 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.02 |
| HSL | 131.65º | 0.94% | 0.57% | - |
| HSV(B) | 131.65º | 0.83% | 0.98% | - |
| XYZ | 36.43 | 68.89 | 19.56 | - |
| YUV | 168.48 | 79.75 | 38.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 249 | 83 | 0.83 | 0 | 0.67 | 0.02 | 131.65 | 0.94 | 0.57 |
| Hex | 2B | F9 | 53 | 53 | 0 | 43 | 2 | 84 | 5E | 39 |
| Octal | 53 | 371 | 123 | 123 | 0 | 103 | 2 | 204 | 136 | 71 |
| Binary | 101011 | 11111001 | 1010011 | 1010011 | 0 | 1000011 | 10 | 10000100 | 1011110 | 111001 |
Color Harmonies of #2BF953
Complementary color
Monochromatic Colors of #2BF953
Black with #2BF953
Text Example
Text Example
White with #2BF953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BF953; }
p { color: rgb(43,249,83); }
H1.HeaderClassName
{
color: #2BF953;
}
.AnyTagClassName
{
color: #2BF953;
}
</style>
background-color css
<style>
a { background-color: #2BF953; }
a { background-color: rgb(43,249,83); }
div.DivClassName
{
background-color: #2BF953;
}
.BgClassName
{
background-color: #2BF953;
}
</style>
border-color css
<style>
span { border-color: #2BF953; }
span { border-color: rgb(43,249,83); }
td.TdClassName
{
border-color: #2BF953;
}
.TagClassName
{
border-color: #2BF953;
}
</style>