Shades of Malachite #2BED5D
Tints of Malachite #2BED5D
RGB
CMYK
RGB Variations
Color information
#2BED5D (or 0x2BED5D) is known color: Malachite. HEX triplet: 2B, ED and 5D. RGB value is (43,237,93). Sum of RGB (Red+Green+Blue) = 43+237+93=373 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.53% from 373); Green value is 237 (92.97% from 255 or 63.54% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 237 - color contains mainly: green. Hex color #2BED5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2BED5D is #D412A2. Grayscale: #A2A2A2. Windows color (decimal): -13898403 or 6155563. OLE color: 6155563.
HSL color Cylindrical-coordinate representation of color #2BED5D: hue angle of 135.46º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BED5D is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
RGB | 43 | 237 | 93 | - |
CMYK | 0.82 | 0 | 0.61 | 0.07 |
HSL | 135.46º | 0.84% | 0.55% | - |
HSV(B) | 135.46º | 0.82% | 0.93% | - |
XYZ | 33.26 | 61.87 | 20.55 | - |
YUV | 162.58 | 88.73 | 42.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 237 | 93 | 0.82 | 0 | 0.61 | 0.07 | 135.46 | 0.84 | 0.55 |
Hex | 2B | ED | 5D | 52 | 0 | 3D | 7 | 87 | 54 | 37 |
Octal | 53 | 355 | 135 | 122 | 0 | 75 | 7 | 207 | 124 | 67 |
Binary | 101011 | 11101101 | 1011101 | 1010010 | 0 | 111101 | 111 | 10000111 | 1010100 | 110111 |
Color Harmonies of #2BED5D
Complementary color
Monochromatic Colors of #2BED5D
Black with #2BED5D
Text Example
Text Example
White with #2BED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BED5D; }
p { color: rgb(43,237,93); }
H1.HeaderClassName
{
color: #2BED5D;
}
.AnyTagClassName
{
color: #2BED5D;
}
</style>
background-color css
<style>
a { background-color: #2BED5D; }
a { background-color: rgb(43,237,93); }
div.DivClassName
{
background-color: #2BED5D;
}
.BgClassName
{
background-color: #2BED5D;
}
</style>
border-color css
<style>
span { border-color: #2BED5D; }
span { border-color: rgb(43,237,93); }
td.TdClassName
{
border-color: #2BED5D;
}
.TagClassName
{
border-color: #2BED5D;
}
</style>