Shades of Malachite #2CDF62
Tints of Malachite #2CDF62
RGB
CMYK
RGB Variations
Color information
#2CDF62 (or 0x2CDF62) is known color: Malachite. HEX triplet: 2C, DF and 62. RGB value is (44,223,98). Sum of RGB (Red+Green+Blue) = 44+223+98=365 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.05% from 365); Green value is 223 (87.5% from 255 or 61.10% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 223 - color contains mainly: green. Hex color #2CDF62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CDF62 is #D3209D. Grayscale: #9B9B9B. Windows color (decimal): -13836446 or 6479660. OLE color: 6479660.
HSL color Cylindrical-coordinate representation of color #2CDF62: hue angle of 138.1º 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 #2CDF62 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 223 | 98 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.13 |
| HSL | 138.1º | 0.74% | 0.52% | - |
| HSV(B) | 138.1º | 0.8% | 0.87% | - |
| XYZ | 29.63 | 54.19 | 20.45 | - |
| YUV | 155.23 | 95.7 | 48.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 223 | 98 | 0.80 | 0 | 0.56 | 0.13 | 138.1 | 0.74 | 0.52 |
| Hex | 2C | DF | 62 | 50 | 0 | 38 | D | 8A | 4A | 34 |
| Octal | 54 | 337 | 142 | 120 | 0 | 70 | 15 | 212 | 112 | 64 |
| Binary | 101100 | 11011111 | 1100010 | 1010000 | 0 | 111000 | 1101 | 10001010 | 1001010 | 110100 |
Color Harmonies of #2CDF62
Complementary color
Monochromatic Colors of #2CDF62
Black with #2CDF62
Text Example
Text Example
White with #2CDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDF62; }
p { color: rgb(44,223,98); }
H1.HeaderClassName
{
color: #2CDF62;
}
.AnyTagClassName
{
color: #2CDF62;
}
</style>
background-color css
<style>
a { background-color: #2CDF62; }
a { background-color: rgb(44,223,98); }
div.DivClassName
{
background-color: #2CDF62;
}
.BgClassName
{
background-color: #2CDF62;
}
</style>
border-color css
<style>
span { border-color: #2CDF62; }
span { border-color: rgb(44,223,98); }
td.TdClassName
{
border-color: #2CDF62;
}
.TagClassName
{
border-color: #2CDF62;
}
</style>