Shades of Malachite #2CEA65
Tints of Malachite #2CEA65
RGB
CMYK
RGB Variations
Color information
#2CEA65 (or 0x2CEA65) is known color: Malachite. HEX triplet: 2C, EA and 65. RGB value is (44,234,101). Sum of RGB (Red+Green+Blue) = 44+234+101=379 (50% of max value = 765). Red value is 44 (17.58% from 255 or 11.61% from 379); Green value is 234 (91.80% from 255 or 61.74% from 379); Blue value is 101 (39.84% from 255 or 26.65% from 379); Max value from RGB is 234 - color contains mainly: green. Hex color #2CEA65 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEA65 is #D3159A. Grayscale: #A2A2A2. Windows color (decimal): -13833627 or 6679084. OLE color: 6679084.
HSL color Cylindrical-coordinate representation of color #2CEA65: hue angle of 138º degrees, saturation: 0.82, 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 #2CEA65 is Cyan = 0.81, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 234 | 101 | - |
| CMYK | 0.81 | 0 | 0.57 | 0.08 |
| HSL | 138º | 0.82% | 0.55% | - |
| HSV(B) | 138º | 0.81% | 0.92% | - |
| XYZ | 32.81 | 60.32 | 22.23 | - |
| YUV | 162.03 | 93.55 | 43.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 234 | 101 | 0.81 | 0 | 0.57 | 0.08 | 138 | 0.82 | 0.55 |
| Hex | 2C | EA | 65 | 51 | 0 | 39 | 8 | 8A | 52 | 37 |
| Octal | 54 | 352 | 145 | 121 | 0 | 71 | 10 | 212 | 122 | 67 |
| Binary | 101100 | 11101010 | 1100101 | 1010001 | 0 | 111001 | 1000 | 10001010 | 1010010 | 110111 |
Color Harmonies of #2CEA65
Complementary color
Monochromatic Colors of #2CEA65
Black with #2CEA65
Text Example
Text Example
White with #2CEA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEA65; }
p { color: rgb(44,234,101); }
H1.HeaderClassName
{
color: #2CEA65;
}
.AnyTagClassName
{
color: #2CEA65;
}
</style>
background-color css
<style>
a { background-color: #2CEA65; }
a { background-color: rgb(44,234,101); }
div.DivClassName
{
background-color: #2CEA65;
}
.BgClassName
{
background-color: #2CEA65;
}
</style>
border-color css
<style>
span { border-color: #2CEA65; }
span { border-color: rgb(44,234,101); }
td.TdClassName
{
border-color: #2CEA65;
}
.TagClassName
{
border-color: #2CEA65;
}
</style>