Shades of Malachite #2CEF5D
Tints of Malachite #2CEF5D
RGB
CMYK
RGB Variations
Color information
#2CEF5D (or 0x2CEF5D) is known color: Malachite. HEX triplet: 2C, EF and 5D. RGB value is (44,239,93). Sum of RGB (Red+Green+Blue) = 44+239+93=376 (49% of max value = 765). Red value is 44 (17.58% from 255 or 11.70% from 376); Green value is 239 (93.75% from 255 or 63.56% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 239 - color contains mainly: green. Hex color #2CEF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2CEF5D is #D310A2. Grayscale: #A4A4A4. Windows color (decimal): -13832355 or 6156076. OLE color: 6156076.
HSL color Cylindrical-coordinate representation of color #2CEF5D: hue angle of 135.08º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEF5D is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 239 | 93 | - |
| CMYK | 0.82 | 0 | 0.61 | 0.06 |
| HSL | 135.08º | 0.86% | 0.55% | - |
| HSV(B) | 135.08º | 0.82% | 0.94% | - |
| XYZ | 33.88 | 63.06 | 20.74 | - |
| YUV | 164.05 | 87.9 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 239 | 93 | 0.82 | 0 | 0.61 | 0.06 | 135.08 | 0.86 | 0.55 |
| Hex | 2C | EF | 5D | 52 | 0 | 3D | 6 | 87 | 56 | 37 |
| Octal | 54 | 357 | 135 | 122 | 0 | 75 | 6 | 207 | 126 | 67 |
| Binary | 101100 | 11101111 | 1011101 | 1010010 | 0 | 111101 | 110 | 10000111 | 1010110 | 110111 |
Color Harmonies of #2CEF5D
Complementary color
Monochromatic Colors of #2CEF5D
Black with #2CEF5D
Text Example
Text Example
White with #2CEF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEF5D; }
p { color: rgb(44,239,93); }
H1.HeaderClassName
{
color: #2CEF5D;
}
.AnyTagClassName
{
color: #2CEF5D;
}
</style>
background-color css
<style>
a { background-color: #2CEF5D; }
a { background-color: rgb(44,239,93); }
div.DivClassName
{
background-color: #2CEF5D;
}
.BgClassName
{
background-color: #2CEF5D;
}
</style>
border-color css
<style>
span { border-color: #2CEF5D; }
span { border-color: rgb(44,239,93); }
td.TdClassName
{
border-color: #2CEF5D;
}
.TagClassName
{
border-color: #2CEF5D;
}
</style>