Shades of Malachite #2CCF5E
Tints of Malachite #2CCF5E
RGB
CMYK
RGB Variations
Color information
#2CCF5E (or 0x2CCF5E) is known color: Malachite. HEX triplet: 2C, CF and 5E. RGB value is (44,207,94). Sum of RGB (Red+Green+Blue) = 44+207+94=345 (45% of max value = 765). Red value is 44 (17.58% from 255 or 12.75% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #2CCF5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2CCF5E is #D330A1. Grayscale: #919191. Windows color (decimal): -13840546 or 6213420. OLE color: 6213420.
HSL color Cylindrical-coordinate representation of color #2CCF5E: hue angle of 138.4º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCF5E is Cyan = 0.79, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 207 | 94 | - |
| CMYK | 0.79 | 0 | 0.55 | 0.19 |
| HSL | 138.4º | 0.65% | 0.49% | - |
| HSV(B) | 138.4º | 0.79% | 0.81% | - |
| XYZ | 25.37 | 45.97 | 18.13 | - |
| YUV | 145.38 | 99 | 55.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 207 | 94 | 0.79 | 0 | 0.55 | 0.19 | 138.4 | 0.65 | 0.49 |
| Hex | 2C | CF | 5E | 4F | 0 | 37 | 13 | 8A | 41 | 31 |
| Octal | 54 | 317 | 136 | 117 | 0 | 67 | 23 | 212 | 101 | 61 |
| Binary | 101100 | 11001111 | 1011110 | 1001111 | 0 | 110111 | 10011 | 10001010 | 1000001 | 110001 |
Color Harmonies of #2CCF5E
Complementary color
Monochromatic Colors of #2CCF5E
Black with #2CCF5E
Text Example
Text Example
White with #2CCF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCF5E; }
p { color: rgb(44,207,94); }
H1.HeaderClassName
{
color: #2CCF5E;
}
.AnyTagClassName
{
color: #2CCF5E;
}
</style>
background-color css
<style>
a { background-color: #2CCF5E; }
a { background-color: rgb(44,207,94); }
div.DivClassName
{
background-color: #2CCF5E;
}
.BgClassName
{
background-color: #2CCF5E;
}
</style>
border-color css
<style>
span { border-color: #2CCF5E; }
span { border-color: rgb(44,207,94); }
td.TdClassName
{
border-color: #2CCF5E;
}
.TagClassName
{
border-color: #2CCF5E;
}
</style>