Shades of Malachite #2DF65E
Tints of Malachite #2DF65E
RGB
CMYK
RGB Variations
Color information
#2DF65E (or 0x2DF65E) is known color: Malachite. HEX triplet: 2D, F6 and 5E. RGB value is (45,246,94). Sum of RGB (Red+Green+Blue) = 45+246+94=385 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.69% from 385); Green value is 246 (96.48% from 255 or 63.90% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 246 - color contains mainly: green. Hex color #2DF65E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF65E is #D209A1. Grayscale: #A8A8A8. Windows color (decimal): -13765026 or 6223405. OLE color: 6223405.
HSL color Cylindrical-coordinate representation of color #2DF65E: hue angle of 134.63º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF65E is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 45 | 246 | 94 | - |
| CMYK | 0.82 | 0 | 0.62 | 0.04 |
| HSL | 134.63º | 0.92% | 0.57% | - |
| HSV(B) | 134.63º | 0.82% | 0.96% | - |
| XYZ | 36.06 | 67.28 | 21.68 | - |
| YUV | 168.57 | 85.91 | 39.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 246 | 94 | 0.82 | 0 | 0.62 | 0.04 | 134.63 | 0.92 | 0.57 |
| Hex | 2D | F6 | 5E | 52 | 0 | 3E | 4 | 87 | 5C | 39 |
| Octal | 55 | 366 | 136 | 122 | 0 | 76 | 4 | 207 | 134 | 71 |
| Binary | 101101 | 11110110 | 1011110 | 1010010 | 0 | 111110 | 100 | 10000111 | 1011100 | 111001 |
Color Harmonies of #2DF65E
Complementary color
Monochromatic Colors of #2DF65E
Black with #2DF65E
Text Example
Text Example
White with #2DF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF65E; }
p { color: rgb(45,246,94); }
H1.HeaderClassName
{
color: #2DF65E;
}
.AnyTagClassName
{
color: #2DF65E;
}
</style>
background-color css
<style>
a { background-color: #2DF65E; }
a { background-color: rgb(45,246,94); }
div.DivClassName
{
background-color: #2DF65E;
}
.BgClassName
{
background-color: #2DF65E;
}
</style>
border-color css
<style>
span { border-color: #2DF65E; }
span { border-color: rgb(45,246,94); }
td.TdClassName
{
border-color: #2DF65E;
}
.TagClassName
{
border-color: #2DF65E;
}
</style>