Shades of Malachite #2BCE5A
Tints of Malachite #2BCE5A
RGB
CMYK
RGB Variations
Color information
#2BCE5A (or 0x2BCE5A) is known color: Malachite. HEX triplet: 2B, CE and 5A. RGB value is (43,206,90). Sum of RGB (Red+Green+Blue) = 43+206+90=339 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.68% from 339); Green value is 206 (80.86% from 255 or 60.77% from 339); Blue value is 90 (35.55% from 255 or 26.55% from 339); Max value from RGB is 206 - color contains mainly: green. Hex color #2BCE5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2BCE5A is #D431A5. Grayscale: #909090. Windows color (decimal): -13906342 or 5951019. OLE color: 5951019.
HSL color Cylindrical-coordinate representation of color #2BCE5A: hue angle of 137.3º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCE5A is Cyan = 0.79, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 206 | 90 | - |
| CMYK | 0.79 | 0 | 0.56 | 0.19 |
| HSL | 137.3º | 0.65% | 0.49% | - |
| HSV(B) | 137.3º | 0.79% | 0.81% | - |
| XYZ | 24.91 | 45.39 | 17.12 | - |
| YUV | 144.04 | 97.5 | 55.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 206 | 90 | 0.79 | 0 | 0.56 | 0.19 | 137.3 | 0.65 | 0.49 |
| Hex | 2B | CE | 5A | 4F | 0 | 38 | 13 | 89 | 41 | 31 |
| Octal | 53 | 316 | 132 | 117 | 0 | 70 | 23 | 211 | 101 | 61 |
| Binary | 101011 | 11001110 | 1011010 | 1001111 | 0 | 111000 | 10011 | 10001001 | 1000001 | 110001 |
Color Harmonies of #2BCE5A
Complementary color
Monochromatic Colors of #2BCE5A
Black with #2BCE5A
Text Example
Text Example
White with #2BCE5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCE5A; }
p { color: rgb(43,206,90); }
H1.HeaderClassName
{
color: #2BCE5A;
}
.AnyTagClassName
{
color: #2BCE5A;
}
</style>
background-color css
<style>
a { background-color: #2BCE5A; }
a { background-color: rgb(43,206,90); }
div.DivClassName
{
background-color: #2BCE5A;
}
.BgClassName
{
background-color: #2BCE5A;
}
</style>
border-color css
<style>
span { border-color: #2BCE5A; }
span { border-color: rgb(43,206,90); }
td.TdClassName
{
border-color: #2BCE5A;
}
.TagClassName
{
border-color: #2BCE5A;
}
</style>