Shades of Malachite #2ED65C
Tints of Malachite #2ED65C
RGB
CMYK
RGB Variations
Color information
#2ED65C (or 0x2ED65C) is known color: Malachite. HEX triplet: 2E, D6 and 5C. RGB value is (46,214,92). Sum of RGB (Red+Green+Blue) = 46+214+92=352 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.07% from 352); Green value is 214 (83.98% from 255 or 60.80% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 214 - color contains mainly: green. Hex color #2ED65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ED65C is #D129A3. Grayscale: #969696. Windows color (decimal): -13707684 or 6084142. OLE color: 6084142.
HSL color Cylindrical-coordinate representation of color #2ED65C: hue angle of 136.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ED65C is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 214 | 92 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.16 |
| HSL | 136.43º | 0.67% | 0.51% | - |
| HSV(B) | 136.43º | 0.79% | 0.84% | - |
| XYZ | 27.11 | 49.45 | 18.24 | - |
| YUV | 149.86 | 95.34 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 214 | 92 | 0.79 | 0 | 0.57 | 0.16 | 136.43 | 0.67 | 0.51 |
| Hex | 2E | D6 | 5C | 4F | 0 | 39 | 10 | 88 | 43 | 33 |
| Octal | 56 | 326 | 134 | 117 | 0 | 71 | 20 | 210 | 103 | 63 |
| Binary | 101110 | 11010110 | 1011100 | 1001111 | 0 | 111001 | 10000 | 10001000 | 1000011 | 110011 |
Color Harmonies of #2ED65C
Complementary color
Monochromatic Colors of #2ED65C
Black with #2ED65C
Text Example
Text Example
White with #2ED65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED65C; }
p { color: rgb(46,214,92); }
H1.HeaderClassName
{
color: #2ED65C;
}
.AnyTagClassName
{
color: #2ED65C;
}
</style>
background-color css
<style>
a { background-color: #2ED65C; }
a { background-color: rgb(46,214,92); }
div.DivClassName
{
background-color: #2ED65C;
}
.BgClassName
{
background-color: #2ED65C;
}
</style>
border-color css
<style>
span { border-color: #2ED65C; }
span { border-color: rgb(46,214,92); }
td.TdClassName
{
border-color: #2ED65C;
}
.TagClassName
{
border-color: #2ED65C;
}
</style>