Shades of Malachite #2CEB5B
Tints of Malachite #2CEB5B
RGB
CMYK
RGB Variations
Color information
#2CEB5B (or 0x2CEB5B) is known color: Malachite. HEX triplet: 2C, EB and 5B. RGB value is (44,235,91). Sum of RGB (Red+Green+Blue) = 44+235+91=370 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.89% from 370); Green value is 235 (92.19% from 255 or 63.51% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEB5B is #D314A4. Grayscale: #A1A1A1. Windows color (decimal): -13833381 or 6023980. OLE color: 6023980.
HSL color Cylindrical-coordinate representation of color #2CEB5B: hue angle of 134.76º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CEB5B is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 91 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.08 |
| HSL | 134.76º | 0.83% | 0.55% | - |
| HSV(B) | 134.76º | 0.81% | 0.92% | - |
| XYZ | 32.64 | 60.71 | 19.9 | - |
| YUV | 161.48 | 88.22 | 44.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 91 | 0.81 | 0 | 0.61 | 0.08 | 134.76 | 0.83 | 0.55 |
| Hex | 2C | EB | 5B | 51 | 0 | 3D | 8 | 87 | 53 | 37 |
| Octal | 54 | 353 | 133 | 121 | 0 | 75 | 10 | 207 | 123 | 67 |
| Binary | 101100 | 11101011 | 1011011 | 1010001 | 0 | 111101 | 1000 | 10000111 | 1010011 | 110111 |
Color Harmonies of #2CEB5B
Complementary color
Monochromatic Colors of #2CEB5B
Black with #2CEB5B
Text Example
Text Example
White with #2CEB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB5B; }
p { color: rgb(44,235,91); }
H1.HeaderClassName
{
color: #2CEB5B;
}
.AnyTagClassName
{
color: #2CEB5B;
}
</style>
background-color css
<style>
a { background-color: #2CEB5B; }
a { background-color: rgb(44,235,91); }
div.DivClassName
{
background-color: #2CEB5B;
}
.BgClassName
{
background-color: #2CEB5B;
}
</style>
border-color css
<style>
span { border-color: #2CEB5B; }
span { border-color: rgb(44,235,91); }
td.TdClassName
{
border-color: #2CEB5B;
}
.TagClassName
{
border-color: #2CEB5B;
}
</style>