Shades of Malachite #2CDF6A
Tints of Malachite #2CDF6A
RGB
CMYK
RGB Variations
Color information
#2CDF6A (or 0x2CDF6A) is known color: Malachite. HEX triplet: 2C, DF and 6A. RGB value is (44,223,106). Sum of RGB (Red+Green+Blue) = 44+223+106=373 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.80% from 373); Green value is 223 (87.5% from 255 or 59.79% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDF6A is #D32095. Grayscale: #9C9C9C. Windows color (decimal): -13836438 or 7003948. OLE color: 7003948.
HSL color Cylindrical-coordinate representation of color #2CDF6A: hue angle of 140.78º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CDF6A is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 106 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.13 |
| HSL | 140.78º | 0.74% | 0.52% | - |
| HSV(B) | 140.78º | 0.8% | 0.87% | - |
| XYZ | 30.03 | 54.35 | 22.54 | - |
| YUV | 156.14 | 99.7 | 48.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 106 | 0.80 | 0 | 0.52 | 0.13 | 140.78 | 0.74 | 0.52 |
| Hex | 2C | DF | 6A | 50 | 0 | 34 | D | 8D | 4A | 34 |
| Octal | 54 | 337 | 152 | 120 | 0 | 64 | 15 | 215 | 112 | 64 |
| Binary | 101100 | 11011111 | 1101010 | 1010000 | 0 | 110100 | 1101 | 10001101 | 1001010 | 110100 |
Color Harmonies of #2CDF6A
Complementary color
Monochromatic Colors of #2CDF6A
Black with #2CDF6A
Text Example
Text Example
White with #2CDF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDF6A; }
p { color: rgb(44,223,106); }
H1.HeaderClassName
{
color: #2CDF6A;
}
.AnyTagClassName
{
color: #2CDF6A;
}
</style>
background-color css
<style>
a { background-color: #2CDF6A; }
a { background-color: rgb(44,223,106); }
div.DivClassName
{
background-color: #2CDF6A;
}
.BgClassName
{
background-color: #2CDF6A;
}
</style>
border-color css
<style>
span { border-color: #2CDF6A; }
span { border-color: rgb(44,223,106); }
td.TdClassName
{
border-color: #2CDF6A;
}
.TagClassName
{
border-color: #2CDF6A;
}
</style>