Shades of Malachite #2EDF61
Tints of Malachite #2EDF61
RGB
CMYK
RGB Variations
Color information
#2EDF61 (or 0x2EDF61) is known color: Malachite. HEX triplet: 2E, DF and 61. RGB value is (46,223,97). Sum of RGB (Red+Green+Blue) = 46+223+97=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 223 (87.5% from 255 or 60.93% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDF61 is #D1209E. Grayscale: #9C9C9C. Windows color (decimal): -13705375 or 6414126. OLE color: 6414126.
HSL color Cylindrical-coordinate representation of color #2EDF61: hue angle of 137.29º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF61 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 97 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.13 |
| HSL | 137.29º | 0.73% | 0.53% | - |
| HSV(B) | 137.29º | 0.79% | 0.87% | - |
| XYZ | 29.67 | 54.22 | 20.21 | - |
| YUV | 155.71 | 94.86 | 49.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 97 | 0.79 | 0 | 0.57 | 0.13 | 137.29 | 0.73 | 0.53 |
| Hex | 2E | DF | 61 | 4F | 0 | 39 | D | 89 | 49 | 35 |
| Octal | 56 | 337 | 141 | 117 | 0 | 71 | 15 | 211 | 111 | 65 |
| Binary | 101110 | 11011111 | 1100001 | 1001111 | 0 | 111001 | 1101 | 10001001 | 1001001 | 110101 |
Color Harmonies of #2EDF61
Complementary color
Monochromatic Colors of #2EDF61
Black with #2EDF61
Text Example
Text Example
White with #2EDF61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF61; }
p { color: rgb(46,223,97); }
H1.HeaderClassName
{
color: #2EDF61;
}
.AnyTagClassName
{
color: #2EDF61;
}
</style>
background-color css
<style>
a { background-color: #2EDF61; }
a { background-color: rgb(46,223,97); }
div.DivClassName
{
background-color: #2EDF61;
}
.BgClassName
{
background-color: #2EDF61;
}
</style>
border-color css
<style>
span { border-color: #2EDF61; }
span { border-color: rgb(46,223,97); }
td.TdClassName
{
border-color: #2EDF61;
}
.TagClassName
{
border-color: #2EDF61;
}
</style>