Shades of Malachite #2BDA4D
Tints of Malachite #2BDA4D
RGB
CMYK
RGB Variations
Color information
#2BDA4D (or 0x2BDA4D) is known color: Malachite. HEX triplet: 2B, DA and 4D. RGB value is (43,218,77). Sum of RGB (Red+Green+Blue) = 43+218+77=338 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.72% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #2BDA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BDA4D is #D425B2. Grayscale: #959595. Windows color (decimal): -13903283 or 5102123. OLE color: 5102123.
HSL color Cylindrical-coordinate representation of color #2BDA4D: hue angle of 131.66º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BDA4D is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
RGB | 43 | 218 | 77 | - |
CMYK | 0.80 | 0 | 0.65 | 0.15 |
HSL | 131.66º | 0.7% | 0.51% | - |
HSV(B) | 131.66º | 0.8% | 0.85% | - |
XYZ | 27.41 | 51.19 | 15.46 | - |
YUV | 149.6 | 87.02 | 51.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 218 | 77 | 0.80 | 0 | 0.65 | 0.15 | 131.66 | 0.7 | 0.51 |
Hex | 2B | DA | 4D | 50 | 0 | 41 | F | 84 | 46 | 33 |
Octal | 53 | 332 | 115 | 120 | 0 | 101 | 17 | 204 | 106 | 63 |
Binary | 101011 | 11011010 | 1001101 | 1010000 | 0 | 1000001 | 1111 | 10000100 | 1000110 | 110011 |
Color Harmonies of #2BDA4D
Complementary color
Monochromatic Colors of #2BDA4D
Black with #2BDA4D
Text Example
Text Example
White with #2BDA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BDA4D; }
p { color: rgb(43,218,77); }
H1.HeaderClassName
{
color: #2BDA4D;
}
.AnyTagClassName
{
color: #2BDA4D;
}
</style>
background-color css
<style>
a { background-color: #2BDA4D; }
a { background-color: rgb(43,218,77); }
div.DivClassName
{
background-color: #2BDA4D;
}
.BgClassName
{
background-color: #2BDA4D;
}
</style>
border-color css
<style>
span { border-color: #2BDA4D; }
span { border-color: rgb(43,218,77); }
td.TdClassName
{
border-color: #2BDA4D;
}
.TagClassName
{
border-color: #2BDA4D;
}
</style>