Shades of Malachite #2BDF52
Tints of Malachite #2BDF52
RGB
CMYK
RGB Variations
Color information
#2BDF52 (or 0x2BDF52) is known color: Malachite. HEX triplet: 2B, DF and 52. RGB value is (43,223,82). Sum of RGB (Red+Green+Blue) = 43+223+82=348 (46% of max value = 765). Red value is 43 (17.19% from 255 or 12.36% from 348); Green value is 223 (87.5% from 255 or 64.08% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 223 - color contains mainly: green. Hex color #2BDF52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDF52 is #D420AD. Grayscale: #999999. Windows color (decimal): -13901998 or 5431083. OLE color: 5431083.
HSL color Cylindrical-coordinate representation of color #2BDF52: hue angle of 133º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BDF52 is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 223 | 82 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.13 |
| HSL | 133º | 0.74% | 0.52% | - |
| HSV(B) | 133º | 0.81% | 0.87% | - |
| XYZ | 28.91 | 53.9 | 16.86 | - |
| YUV | 153.11 | 87.87 | 49.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 223 | 82 | 0.81 | 0 | 0.63 | 0.13 | 133 | 0.74 | 0.52 |
| Hex | 2B | DF | 52 | 51 | 0 | 3F | D | 85 | 4A | 34 |
| Octal | 53 | 337 | 122 | 121 | 0 | 77 | 15 | 205 | 112 | 64 |
| Binary | 101011 | 11011111 | 1010010 | 1010001 | 0 | 111111 | 1101 | 10000101 | 1001010 | 110100 |
Color Harmonies of #2BDF52
Complementary color
Monochromatic Colors of #2BDF52
Black with #2BDF52
Text Example
Text Example
White with #2BDF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDF52; }
p { color: rgb(43,223,82); }
H1.HeaderClassName
{
color: #2BDF52;
}
.AnyTagClassName
{
color: #2BDF52;
}
</style>
background-color css
<style>
a { background-color: #2BDF52; }
a { background-color: rgb(43,223,82); }
div.DivClassName
{
background-color: #2BDF52;
}
.BgClassName
{
background-color: #2BDF52;
}
</style>
border-color css
<style>
span { border-color: #2BDF52; }
span { border-color: rgb(43,223,82); }
td.TdClassName
{
border-color: #2BDF52;
}
.TagClassName
{
border-color: #2BDF52;
}
</style>