Shades of Malachite #2CED69
Tints of Malachite #2CED69
RGB
CMYK
RGB Variations
Color information
#2CED69 (or 0x2CED69) is known color: Malachite. HEX triplet: 2C, ED and 69. RGB value is (44,237,105). Sum of RGB (Red+Green+Blue) = 44+237+105=386 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.40% from 386); Green value is 237 (92.97% from 255 or 61.40% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 237 - color contains mainly: green. Hex color #2CED69 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CED69 is #D31296. Grayscale: #A4A4A4. Windows color (decimal): -13832855 or 6941996. OLE color: 6941996.
HSL color Cylindrical-coordinate representation of color #2CED69: hue angle of 138.96º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CED69 is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 237 | 105 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.07 |
| HSL | 138.96º | 0.84% | 0.55% | - |
| HSV(B) | 138.96º | 0.81% | 0.93% | - |
| XYZ | 33.87 | 62.12 | 23.57 | - |
| YUV | 164.25 | 94.56 | 42.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 237 | 105 | 0.81 | 0 | 0.56 | 0.07 | 138.96 | 0.84 | 0.55 |
| Hex | 2C | ED | 69 | 51 | 0 | 38 | 7 | 8B | 54 | 37 |
| Octal | 54 | 355 | 151 | 121 | 0 | 70 | 7 | 213 | 124 | 67 |
| Binary | 101100 | 11101101 | 1101001 | 1010001 | 0 | 111000 | 111 | 10001011 | 1010100 | 110111 |
Color Harmonies of #2CED69
Complementary color
Monochromatic Colors of #2CED69
Black with #2CED69
Text Example
Text Example
White with #2CED69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CED69; }
p { color: rgb(44,237,105); }
H1.HeaderClassName
{
color: #2CED69;
}
.AnyTagClassName
{
color: #2CED69;
}
</style>
background-color css
<style>
a { background-color: #2CED69; }
a { background-color: rgb(44,237,105); }
div.DivClassName
{
background-color: #2CED69;
}
.BgClassName
{
background-color: #2CED69;
}
</style>
border-color css
<style>
span { border-color: #2CED69; }
span { border-color: rgb(44,237,105); }
td.TdClassName
{
border-color: #2CED69;
}
.TagClassName
{
border-color: #2CED69;
}
</style>