Shades of Malachite #2CEB53
Tints of Malachite #2CEB53
RGB
CMYK
RGB Variations
Color information
#2CEB53 (or 0x2CEB53) is known color: Malachite. HEX triplet: 2C, EB and 53. RGB value is (44,235,83). Sum of RGB (Red+Green+Blue) = 44+235+83=362 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.15% from 362); Green value is 235 (92.19% from 255 or 64.92% from 362); Blue value is 83 (32.81% from 255 or 22.93% from 362); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB53 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEB53 is #D314AC. Grayscale: #A0A0A0. Windows color (decimal): -13833389 or 5499692. OLE color: 5499692.
HSL color Cylindrical-coordinate representation of color #2CEB53: hue angle of 132.25º 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 #2CEB53 is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 83 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.08 |
| HSL | 132.25º | 0.83% | 0.55% | - |
| HSV(B) | 132.25º | 0.81% | 0.92% | - |
| XYZ | 32.31 | 60.58 | 18.17 | - |
| YUV | 160.56 | 84.22 | 44.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 83 | 0.81 | 0 | 0.65 | 0.08 | 132.25 | 0.83 | 0.55 |
| Hex | 2C | EB | 53 | 51 | 0 | 41 | 8 | 84 | 53 | 37 |
| Octal | 54 | 353 | 123 | 121 | 0 | 101 | 10 | 204 | 123 | 67 |
| Binary | 101100 | 11101011 | 1010011 | 1010001 | 0 | 1000001 | 1000 | 10000100 | 1010011 | 110111 |
Color Harmonies of #2CEB53
Complementary color
Monochromatic Colors of #2CEB53
Black with #2CEB53
Text Example
Text Example
White with #2CEB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB53; }
p { color: rgb(44,235,83); }
H1.HeaderClassName
{
color: #2CEB53;
}
.AnyTagClassName
{
color: #2CEB53;
}
</style>
background-color css
<style>
a { background-color: #2CEB53; }
a { background-color: rgb(44,235,83); }
div.DivClassName
{
background-color: #2CEB53;
}
.BgClassName
{
background-color: #2CEB53;
}
</style>
border-color css
<style>
span { border-color: #2CEB53; }
span { border-color: rgb(44,235,83); }
td.TdClassName
{
border-color: #2CEB53;
}
.TagClassName
{
border-color: #2CEB53;
}
</style>